Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 353 Bytes

File metadata and controls

21 lines (13 loc) · 353 Bytes

ACMS

Age Care Management System

Install Dependencies

Open terminal or powershell in the project folder then run the command

npm install

Starting Server

To start the development server run

DEBUG=acms:* npm start

Once the srver has been started, Open in your browser http://localhost:3000