react-boilerplate

A simple boilerplate for bootstrapping a new React application

Usage

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

Commands

  • npm run build to compile and drop the bundle in the dist directory

  • npm run serve to start a local webserver