Create React App Cleanup
Posted on August 06, 2018
- and tagged as
- javascript,
- react
Some basic cleanup steps after creating a new project with create-react-app.
- Erase everything in
src/App.css
but leave the file in place - Delete
src/index.css
and the import insrc/index.js
- Delete
src/logo.svg
and the import insrc/App.js
- Remove everything inside the App component div in
src/App.js
- Create a
components
folder insidesrc/