Setup Guide
This guide will walk you through setting up the Frontend for JanCare Project locally.
Prerequisites
Make sure you have the following installed:
- Git: To clone the repository. To download Click Here
- Node.js and npm: Required for installing dependencies and booting server. To download Click Here
Clone Repository
Clone the Fronend repository from github using following commands:
git clone https://github.com/babban33/dental.git
Change directory
Navigate to cloned repository:
cd dental
Install Dependencies
Install required packages:
npm i
Start Server
Boot the server locally:
npm run dev
In any browser open https://localhost:5173/ and start exploring.