No description
src | ||
.gitignore | ||
.npmrc | ||
biome.json | ||
bun.lockb | ||
bunfig.toml | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts |
Rspack Project
Setup
Install the dependencies:
npm install
Get Started
Start the dev server:
npm run dev
Build the app for production:
npm run build