ViteJS Boilerplate
This project is just a simple ViteJS boilerplate ready to go.
Stack Used
- PNPM
- ViteJS
- Typescript
- Prettier
- Husky & Lint-staged
- TailwindCSS
- ChakraUI
- FontSource
- Emotion
- Twin.macro
- Apollo GraphQL
- GraphQL Codegen
Getting Started
Install all dependencies with pnpm
pnpm install
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the pages by modifying src/pages
. The page auto-updates as you edit the file.