Skip to content

PHPConf-TW/website-2015

Repository files navigation

PHPConf Website 2015

Build Status Coverage Status

Source Code for PHPConf Taiwan 2015.

Usage

$ 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

Deploy

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

Style Guide

Please refer the following JavaScript Style Guide.