Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 283 Bytes

dashboard

TODO

Building

npm install
gulp

If you wish to use backend server API start this command in another terminal window:

DEV=true node ./backend/app.js

It will create a proxy to browser-sync server started by gulp at:

http://localhost:5000