Skip to content

WiselyKwek/SPARK-SICU-Proficiency-Readiness-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARK-SICU-Proficiency-Readiness-Kit

How to run the app

Front-End

  1. cd into the SPARK-App/
  2. (Optional) if you have not installed node and npm, follow the instructions here install node, install npm
  3. run npm install in the terminal
  4. run npm run dev the application should start on the IP address and port number specified in the terminal

Back-End

  1. cd into the /Server
  2. run npm install in the terminal
  3. run npm start

Libraries Used

Front-End

Back-End

  • Express Server

Happy coding!