This repository contains the front end code for the website 'e-hospital.ca' This code is written using react js language. The structure of this code is as follows public folder : contins index.html (the entry point forr website) src folder: contains app.js that renders all te components(The route information can be found here ) pages folder : contains code for pages . The name of the folder describes the page name
Clone this repo on your local machine (command :Git clone)
Run the command npm install npm start
Navigate to pages like localhost:3000/route/Login localhost:3000/route/SignUp localhost:3000/route/PatientPortal