Features
-
🦾 TypeScript, of course
-
☁️ Deploy on Netlify, zero-config
Dev tools
- TypeScript
- Vitest - Unit testing powered by Vite
- pnpm - fast, disk space efficient package manager
- Netlify - zero-config deployment
- ESLint
Try it now!
Vitesse requires Node >=16.14
GitHub Template
Create a repo from this template on GitHub.
Clone to local
If you prefer to do it manually with the cleaner git history
npx degit YOYZHANG/originApp my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
Usage
Development
Just run and visit http://localhost:3333
pnpm dev
Build
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
Deploy on Netlify
Go to Netlify and select your clone, OK
along the way, and your App will be live in a minute.