React Project Template with automated build.
- Install Node.js
- Install git
- In the console, type: npm install
To build:
- npm run build a. Currently need to run twice as bundle will fail on first attempt
To test:
- npm run test
To bundle:
- npm run bundle a. Currently need to run twice as bundle will fail on first attempt