Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 281 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 281 Bytes

Taskify V2

This is mini-project for practicing ReactTs and TailwindCSS.

To setup this project

  1. git clone and run npm i
  2. run npm run dev to run server in development mode
  3. add .env set the following variables

VITE_BASE_URL=YOUR_BACKEND_URL

  1. You're done. YAY!