Basic Prod and Dev build pipeline for react
- Webpack configed to used for bundling an exported library
- Start up script for dev
npm run watch
- Start up script for prod
npm run build
- Configured to use SASS
- Can import small image files for url encoding
npm install
npm run build
open dist/index.html in a web browser
npm test