Should work here: http://potier.herokuapp.com/
use node 4.x.x (you may use n
globally installed, e.g. n use 4.0.0
)
npm install
npm build
npm start
Port is set to 3000
by default, however you can change it in config/all.json
.
npm run dev
Should work here: http://potier.herokuapp.com/
use node 4.x.x (you may use n
globally installed, e.g. n use 4.0.0
)
npm install
npm build
npm start
Port is set to 3000
by default, however you can change it in config/all.json
.
npm run dev