Skip to content
tan90° edited this page Jul 12, 2018 · 11 revisions

Start

  1. Fork and install modules $ npm install

  2. Get your token

  3. Copy src/config.sample.js to src/config.js, and set the values

Development

ES6 PostCSS GraphQL

Dev

$ npm start

local server: http://127.0.0.1:1234

you can change the port in package.json

Build

$ npm run build

Test

ESLint

$ npm t
Clone this wiki locally