0.0.4 • Published 1 year ago
kiwiz-create-vite-app v0.0.4
kiwiz-create-vite-app
KIWIZ React(with Typescript) Project built by Vite
git : https://github.com/kiwiz-co-kr/create-vite-app
- React
- Typescript
- SWC
- Vite
- EsLint
- Prettier
- Vitest(업데이트 예정)
- Docker(업데이트 예정)
Get Started
install
npm package: kiwiz-create-vite-app
npx kiwiz-create-vite-app {project-name}
start dev server
npm run dev
build
npm run build
lint
npm run lint
prettier
npm run prettier