Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 581 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 581 Bytes

React App Starter

Couldn't find a Yeoman generator with webpack, react, reflux, jest and react-router.

There's lots of others out there.

Tasks

These are the build tasks available using npm run <task>. Look at scripts in package.json to see what they actually do.

serve

npm run serve

watch

npm run watch

build

npm run build

Build output saved in public/.

preview

npm run preview