Skip to content
tan90° edited this page Jan 6, 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 webpack axios babel

not other framework

Local test

$ npm start

Local server: http://127.0.0.1:1234

You can change the port in package.json

Build

$ npm run build

Test

ESLint Airbnb JavaScript Style puppeteer mocha power-assert

$ npm t
Clone this wiki locally