Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 526 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 526 Bytes

corona-server

server backend for corona-craft

Steps to Install

  1. Make sure you have Node.js and npm downloaded on your local machine.
  2. Clone this repository onto your local machine using git clone https://github.com/mayaraman19/corona-server.git.
  3. cd into the repository and run npm install to install all dependencies named in package.json.
  4. Run npm start which will start the server on localhost:5000.
  5. Check out how this changes corona-craft's front page!