24 lines
201 B
Markdown
24 lines
201 B
Markdown
|
# 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
|
||
|
```
|