A boilerplate react app.
Node.js and NPM are required for installing dependencies. Downloads can be found here.
If you want to clone the respository rather than download it, git is also required. Downloads can be found here.
Run one of the following commands in your terminal to clone the repository:
git clone https://github.com/brycechampaign/react-boilerplate
git clone git@github.com:brycechampaign/react-boilerplate.git
If you do not want a functional git repo included, just download the zip and extract the project instead.
Using your terminal, navigate to the project directory and run the following command:
npm install
Use the following command to run the application in your browser in development mode:
npm run start
Use the following command to build the application in production mode:
npm run build