- React
- TypeScript
- Vite
- Tailwindcss
- Tremor
-
Go to app directory
cd app -
Copy .env.example and set your environment variables
cp .env.example .env
-
Install the dependencies
npm install
-
Run app
npm run dev
-
Go to app directory
cd app -
Copy .env.example and set your environment variables
cp .env.example .env
-
Start Docker
docker compose up -d
- Make sure to run backend API