The structure of app created with the create-react-app tool.
This was created by installing create-react-app
npm install create-react-app
and then running
create-react-app NAME_OF_MY_APP
The structure of app created with the create-react-app tool.
This was created by installing create-react-app
npm install create-react-app
and then running
create-react-app NAME_OF_MY_APP