Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 302 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 302 Bytes

Run Locally

Clone the project

  git clone https://github.com/shivamgupta2020/bulletin-board.git

Go to the project directory

  cd bulletin-board

Start the server

  cd server
  npm i && npm start

Start website

  cd client
  npm i && npm start