Node.js UI Server for Rugby Board
-
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
Init with heroku-cli and push to Heroku,
$ git push heruko master
And Heroku will call yarn heroku-postbuild
automatically.