Sample reactJS project with react-router, redux, bootstrap and webpack. It also uses ES6 with Babel transpiler and sample Bootstrap layout (AdminLTE).
sudo apt-get install npm# Clean npm cache
sudo npm cache clean -f
# Install 'n'
sudo npm install -g n
# Install latest stable NodeJS, using n
sudo n stablesudo npm install -g if-env
sudo npm install -g webpack
sudo npm install webpack-dev-server -gnpm installnpm startNODE_ENV=production npm start