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
@@ -8,11 +8,11 @@ This template is an example project for a simple Large Language Model (LLM) appl
8
8
9
9
These are the available commands:
10
10
11
-
-`npm start` — This will start a React development server for the frontend app, with a default port of `5173`.
12
-
-`npm run start-server` — This will start a Node development server for the backend app, with a default port of `3100`.
11
+
-`yarn start` — This will start a React development server for the frontend app, with a default port of `5173`.
12
+
-`yarn start-server` — This will start a Node development server for the backend app, with a default port of `3100`.
13
13
14
-
-`npm run build` — This will output a production build of the frontend app in the `dist` directory.
15
-
-`npm run preview` — This will run the production build of the frontend app locally with a default port of `5173` (_note_: this will not work if you haven't generated the production build yet).
14
+
-`yarn build` — This will output a production build of the frontend app in the `dist` directory.
15
+
-`yarn preview` — This will run the production build of the frontend app locally with a default port of `5173` (_note_: this will not work if you haven't generated the production build yet).
16
16
17
17
## Getting Started
18
18
@@ -24,7 +24,7 @@ Now you are ready to run the server and the web app.
24
24
You can use the `-p` flag to specify a port for development. To do this, you can either run `npm start` with an additional flag:
0 commit comments