This template project was created by Facebook's Create React App and yarn run eject command.
I realize that whenever I ejected a react app made using create-react-app, I had to spend a few hours cleaning up folders and files after ejection. This template is created to speed up this process.
Steps that I did:
npx create-react-app ejected-create-react-appcd ejected-create-react-appyarn run eject(choosey)- transfer
eslint,jest,babel, andbrowserslistconfigs to their own separate files frompackage.jsonfile - add
.prettierrcandreact-hot-loader - clean up
configandscriptsfolders based on eslint - reduce runtime dependencies by moving modules that are required only during development to
devDependenciesinpackage.json
To create a new project using ejected-create-react-app template:
- download the repo:
git clone [email protected]:buihdk/ejected-create-react-app.git - rename the repo:
mv ejected-create-react-app YOUR-APP-NAME - go to the repo:
cd YOUR-APP-NAME - update package.json file: change the name from
ejected-create-react-apptoYOUR-APP-NAME