Here are the steps you need to do to run the project locally:
- Clone the repository in your system, by using this command in your Git bash/Command Prompt.
git clone https://github.com/theparasgami/profilebook
- Open the terminal in Project Directory and run the Commands:
After all the node modules gets downloaded, run:
npm install
npm start
This will start the project in localhost
server at port 3000
automatically.