8000 GitHub - long963500/dashboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

long963500/dashboard

 
 

Repository files navigation

Dashboard

Dependencies

To build this project, you must have the following dependencies installed:

  • node 10.16.3
  • yarn

Installation

yarn

Developing

yarn start

If you wish to use backend server API, you need a postgres db running with dashboard database

(If you do not have postgres installed) Install postgres using homebrew

brew install postgres

Run postgres

pg_ctl -D /usr/local/var/postgres start

Create dashboard db

createdb dashboard

Once you have postgres installed, start this command

UPDATE_DATA=true DEV=true node app.js

It will create a proxy to browser-sync server started by gulp at http://localhost:5000

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 10.2%
  • HTML 3.8%
  • Other 1.3%
0