Skip to content

ramankala/COVIDaware-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies for server

npm install

Install dependencies for client

npm run client-install

Run the client and server with concurrently

npm run devStart

Run the Express server only

npm run server

Run the React client only

npm run client

Server runs on http://localhost:5000 and client on http://localhost:3000

* Must use google api key and create a .env file for client to run

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 9.7%
  • HTML 1.4%