reactjs-start is a basic ReactJS-Startproject including browserify for bundling and http-server for development.
Clone this repository and run npm install
to get all dependencies.
npm run build
bundles all .js-files into public/app.js
npm run watch
similar to build but works incremental. Recommended during development process.
npm run server
starts a http-server to serve the webapp on http://localhost:8080.
Flag -c-1
is set to disable cache.