Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 961 Bytes

File metadata and controls

23 lines (13 loc) · 961 Bytes

HOSPITAL DASHBOARD CONTINOUS INTEGRATION

  • This Frontend Challenge.

This is the Hosted link of the frontend challenge [Access Web Page Direct]

https://hospital-dashboard-ci.netlify.app/

This is the Github repository link of the frontend challenge.

https://github.com/key-joshua/csrltd-final

GETTING START WITH PROJECT

  • should clone this repository with https://github.com/key-joshua/csrltd-final.git

  • should switch into this branch with git checkout develop

  • After diving into a branch, should run the npm cache clean --force &npm install by installing required libraries.

  • After installing the required libraries - should also set up a .env file by referring to the .env as required.

  • After installation successfully - should run npm run client or npm run start by starting the project.

  • After now you ready to test the application on localhost:3000 or http://xxx.xxx.xx.x:3000 .