Ensure that you have Node.js installed on your machine.
Follow the steps below to set up the project on your local machine:
- Update npm to the latest version: Run
npm install -g npm
- Clone this repository: Run
git clone <repository_url>
- Navigate into the cloned repository: Run
cd <repository_name>
- Install the project dependencies: Run
npm install
- Start the project: Run
npm start
- View the running application: Load
http://localhost:3000/
in your web browser