task-error-tracer-by-habi
v1.3.2
Published
- clone or download project - open project directory on code editor - open terminal and run command "npm install" - add .env file to the root directory and add credentials like following VITE_GOOGLE_OAUTH_CLIENT_ID="your google client id from https://cons
Downloads
972
Readme
React app
steps for running the app
- clone or download project
- open project directory on code editor
- open terminal and run command "npm install"
- add .env file to the root directory and add credentials like following VITE_GOOGLE_OAUTH_CLIENT_ID="your google client id from https://console.cloud.google.com/apis" VITE_BASE_URL="url of the api"
- run command "npm run dev"