Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Project setup and running at local environment

Kshitiz Shakya edited this page May 7, 2021 · 3 revisions

Project setup and running at local environment

Post Installation/setup of environment configuration, request you to clone following Git repo to your local machine

GIT Repo : https://github.com/IndiaVaccineIN/india-vaccine-frontend.git

Git command in terminal:

git clone https://github.com/IndiaVaccineIN/india-vaccine-frontend.git

The frontend application is built with NextJS and can be locally spun up using the following command

  • Make sure the dependencies are installed

npm install

  • Run the application in development mode

npm run dev

The application will be running at http://localhost:3000