Source Code for PHPConf Taiwan 2015.
$ npm install -g babel
$ npm install
$ npm start
Browse http://localhost:3000
Or you can define other port.
$ PORT=3005 npm start
Browse http://localhost:3005
Before deploying to Github gh-pages
branch, you can use the following example commands to generate static files.
$ NODE_ENV=production npm run build
$ npm run deploy
Please refer the following JavaScript Style Guide.