Skip to content

Development

Kasi Chonpimai edited this page Dec 6, 2016 · 3 revisions

Technology stack

  • Node.js + Express (ES6)

Configuration file

config.js contains most of the configurable options. See wiki page for more info.

Installation

npm install

Running development server

npm run dev

Coding Style Guide

Since we use ES6 in our development platform, we're trying to comply with Airbnb JavaScript Style Guide.

Clone this wiki locally