You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ cd react-typescript-tailwind-starter
50
50
51
51
#### Install dependencies:
52
52
```bash
53
-
npm install
53
+
pnpm install
54
54
```
55
55
56
56
### Usage
@@ -61,7 +61,7 @@ cp .env.local .env.sample
61
61
62
62
#### Start the dev server
63
63
```bash
64
-
npm run start:dev
64
+
pnpm dev
65
65
```
66
66
Visit [http://localhost:5173](http://localhost:5173) in your browser to see the app.
67
67
@@ -70,9 +70,9 @@ Visit [http://localhost:5173](http://localhost:5173) in your browser to see the
70
70
- There is a default ```extensions.json``` in the ```.vscode``` folder with some recommended extensions which you can also change as per your requirements.
71
71
72
72
### Scripts
73
-
-```start:dev```: Run the vite development server.
74
-
-```build:prod```: Build the project for production.
75
-
-```start:prod```: Start the project in production mode.
73
+
-```dev```: Run the vite development server.
74
+
-```build```: Build the project for production.
75
+
-```start```: Start the project in production mode.
76
76
-```build:staging```: Build the project in staging mode (uses .env.staging for the environment).
77
77
-```start:staging```: Start the project in staging mode.
78
78
-```lint```: Run linting on your project (for more details see the [Linting and Formatting](#linting-and-formatting) section)
0 commit comments