rugby-board-node
July 11, 2017 ยท View on GitHub
Node.js UI Server for Rugby Board
Dev
-
Install with
yarn$ yarn install -
Build
node-sass$ node node_modules/node-sass/scripts/install.js -
Serve with Node
$ yarn server -
Test the codes
$ yarn test
Deployment
Init with heroku-cli and push to Heroku,
$ git push heruko master
And Heroku will call yarn heroku-postbuild automatically.