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