- Clone the application
git clone https://github.com/eric-at-zd/react-boilerplate.git
- cd into the directory
cd react-boilerplate
- Install the dependencies
npm i
- From within the app's directory run
npm run watch
- Open another terminal window run
npm run start
npm run build
npm run test