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.cssbut leave the file in place - Delete
src/index.cssand the import insrc/index.js - Delete
src/logo.svgand the import insrc/App.js - Remove everything inside the App component div in
src/App.js - Create a
componentsfolder insidesrc/