react-umd-boilerplate
v1.0.1
Published
[](https://github.com/feross/standard)
Downloads
6
Readme
React UMD Boilerplate
React component boilerplate to easily reuse with 'npm install'
Scripts
npm run browsersync
Starts server at http://localhost:3000
npm run js:watch
Verifies changes on *.js to build dist/bundle.js
npm run js:build
Bundle & minify to dist/bundle.min.js
npm start
run js:watch & browsersync tasks in parallel
