🛳 Minimal react structure
Minimal react structure.
Coming…
Follow the next steps
Clone the project
git clone git@github.com:aganglada/react-minimal.git
Enter the folder
cd react-minimal
Install dependencies
yarn
If you are using npm…
npm i
npm run dev
Buala! You can start developing now on http://localhost:4000
npm run prod
Running this command will create an assets
folder that you can expose to your server.
npm run start
You can check on http://localhost:8080
I would love to see you contributing to react-minimal, also by giving feedback.
If you think something is missing, create a new issue.
Pull request are more than welcome ❤️️
MIT