Skip to content

ultim8k/clinics-patient-dashboard-3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinics-Patient dashboard 3000

Just a full-stack demo dashboard for managing patients per clinic

pika-1669718908041-1x

Run Instructions

  1. Prerequisites The app is based on Node v19.1.0 and npm 9.1.2. An easy way to manage their versions per project basis is by using a version manager like volta. WE can install volta by running the following in our command line:

    curl https://get.volta.sh | bash

    Then you can simply run:

    volta install node@latest npm@latest
  2. Project dependencies We can to install all packages by running the following in the project's root using the command line:

    npm install
  3. Running the app To get the app running we need to run the following command in the project's root using the command line:

    npm start
  4. Check the app in browser We can see the live app in our browser by visiting:

    http://localhost:3000

About

Clinics-Patient dashboard 3000: Just a full-stack demo dashboard for managing patients per clinic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published