Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

This repository belongs to solution by team ERROR404 in Hackshetra Hackathon.

License

Notifications You must be signed in to change notification settings

merrcury/Hackshetra-Error404

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackshetra-Error404

HitCount

For Server

Go to server directory and open in terminal

type

npm install

and press enter then run the script:

npm start

This will start the server at port no. 3001

For Client

Go to client directory and open in terminal

type

npm install

and press enter then run the script:

npm start

This will start the react app at port no. 3000. Now Browse to http://localhost:3000 in your browser.