server backend for corona-craft
Steps to Install
- Make sure you have
Node.js
andnpm
downloaded on your local machine. - Clone this repository onto your local machine using
git clone https://github.com/mayaraman19/corona-server.git
. cd
into the repository and runnpm install
to install all dependencies named inpackage.json
.- Run
npm start
which will start the server onlocalhost:5000
. - Check out how this changes
corona-craft
's front page!