first commit

This commit is contained in:
2024-10-27 23:28:15 +08:00
commit b806162f6e
19 changed files with 5006 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Rspack Project
## Setup
Install the dependencies:
```bash
npm install
```
## Get Started
Start the dev server:
```bash
npm run dev
```
Build the app for production:
```bash
npm run build
```