jehoshua02 / react-app-starter

React application starter to keep up with my evolving preferences.
2 stars 0 forks source link

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