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-projectInstall node modules
npm installRegister the repository with Netlify
Link
-
npm run buildto compile and drop the bundle in thedistdirectory -
npm run serveto start a local webserver