Prerequisite: Install Node.js here if you haven't already.
To start your project, make sure you have git installed and clone this repository:
git clone https://github.com/lorraineeeee/sd-hack.git
When you're done, go into the folder and install the packages:
cd sd-hack/node
npm install
You should see a new folder named "node_mudules" after it finishes.
Run the app using
npm start
and go to http://localhost:5000/ to start your work.