- This Frontend Challenge.
https://hospital-dashboard-ci.netlify.app/
https://github.com/key-joshua/csrltd-final
-
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
ornpm run start
by starting the project. -
After now you ready to test the application on
localhost:3000
orhttp://xxx.xxx.xx.x:3000
.