A simple boilerplate for bootstrapping a new React application
Create a new respository based on this as a template
Clone that repository to your local environment
git clone https://github.com/jacobparis/react-boilerplate my-project
Install node modules
npm install
Register the repository with Netlify
Link
-
npm run build
to compile and drop the bundle in thedist
directory -
npm run serve
to start a local webserver