1.0.0 • Published 1 year ago

aurora-hms v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Aurora

Hospital Management System

How To Install And Run

Requirements

Step 1

Step 2

  • cd into folder cd Aurora-HMS
  • Install electron forge npm install --save-dev @electron-forge/cli
  • Install dependencies npm exec --package=@electron-forge/cli -c "electron-forge import"
  • Start Application with the following command npm start

The benefit of using electron-react-typescript

  • you can edit your code and see live changes when using the application
  • errors are captured before code runs
  • hitting crtl+s or saving your code compiles and runs your code instantly
  • wide range of libraries to use