- ⚡ React.js
- ⚡ Shadcn-UI
- 🔥 Type checking TypeScript
- 💎 Integrate with Tailwind CSS
- ✅ Strict Mode for TypeScript and React 18
- 💖 Code Formatter with Prettier
- 🦊 Husky for Git Hooks
- 🔥 React-hook-form
- 🐣 Zod
- 🦁 Tanstack Query
- 🦖 Commitlint
- Node.js 16+ and yarn
Run the following command on your local environment:
git clone https://github.com/...
cd my-project-name
yarn install
Set Up Environment Variables
Create a new file named .env
in the root of your project and add the following content:
VITE_API_URL=
Then, you can run locally in development mode with live reload:
yarn run dev
Open http://localhost:4000 with your favorite browser to see your project.
Made with ♥ by ThanhDev