Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 482 Bytes

File metadata and controls

32 lines (26 loc) · 482 Bytes

Dark-Coin web for managing application datas

Installation

Install node packages

npm install
npm install --prefix client

Copy configTemplate.js to config.js

Development

To start both client and server run

npm run dev

To start client and server individually

npm run client
npm run server

Production

To run on production server

npm run install-prod
npm run build
npm run start

Application in serving on port 3000