No description
Find a file
2024-10-25 23:18:40 +02:00
src check in 2024-10-25 23:18:40 +02:00
.gitignore check in 2024-10-25 23:18:40 +02:00
.npmrc check in 2024-10-25 23:18:40 +02:00
biome.json check in 2024-10-25 23:18:40 +02:00
bun.lockb check in 2024-10-25 23:18:40 +02:00
bunfig.toml check in 2024-10-25 23:18:40 +02:00
index.html check in 2024-10-25 23:18:40 +02:00
package.json check in 2024-10-25 23:18:40 +02:00
README.md check in 2024-10-25 23:18:40 +02:00
tsconfig.json check in 2024-10-25 23:18:40 +02:00
vite.config.ts check in 2024-10-25 23:18:40 +02:00

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