A very opinionated seed for creating Single Page Apps that uses Browserify, React and Rework.
- Browserify
- Rework
- ESLint
- React
- Flux
- Bootstrap
- React-router
Just run npm install
to get all the dependencies and then use:
npm run watch
: Spins up a server onlocalhost:3000
with Watch for CSS and JS files.npm run start
: Createsbuild/
files and spins up a server onlocalhost:3000
. No watch in this case!
You can see the other tasks you can run in the package.json scripts
Do you have any feedback about the app? Just let me know :)
MIT