We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9b3b1 commit 6126477Copy full SHA for 6126477
example/README.md
@@ -1,31 +1,23 @@
1
# Rspack project
2
3
-## Setup
4
-
5
-Install the dependencies:
6
7
-```bash
8
-npm install
9
-```
10
11
## Get started
12
13
Start the dev server, and the app will be available at <http://localhost:8080>.
14
15
```bash
16
-npm run dev
+pnpm run dev
17
```
18
19
Build the app for production:
20
21
22
-npm run build
+pnpm run build
23
24
25
Preview the production build locally:
26
27
28
-npm run preview
+pnpm run preview
29
30
31
## Learn more
0 commit comments