ajayak / health-care-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health Care System

health-care-system

Getting the project

$ https://github.com/ajayak/health-care-system.git
$ cd health-care-system
$ npm install -g nodemon
$ npm install

Running the project

$ npm start

To run the server with the dev-tools disabled, run:

$ DEBUG=false npm start

To build for production, this command will output optimized production code:

$ npm run build

About


Languages

Language:JavaScript 90.4%Language:HTML 9.2%Language:CSS 0.4%