Skip to content

tharsh95/tm_client

Repository files navigation

Frontend Setup for Local Development

Prerequisites

Make sure you have the following installed:

  • Node.js (v14 or higher)
  • npm (Node Package Manager)

Setup to Run in Local

1. Clone the repository

Clone the repository to your local machine using the command below:

git clone https://github.com/tharsh95/tm_client.git
cd tm-client
npm install

Create a .env file and paste the follwoing keys and value accordingly

VITE_BE_URL="http://localhost:3000/api/v1"
VITE_CLOUDINARY_URL=
VITE_CLOUDINARY_PRESET=
VITE_CLOUDINARY_CLOUD_NAME=

Start the frontend

npm run dev

Access in browser

http://localhost:5173

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors