React based single page application template React Required Node.js >= 4 Getting started $ git clone git@github.com:wakayama-hacker/wreact.git $ cd wreact $ npm install Start a dev-http-server: $ npm start Then build: $ npm run build deploy $ npm run build Automated testing $ npm test