File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ $ git clone https://github.com/nodegui/react-nodegui-starter
124
124
$ cd react-nodegui-starter
125
125
# Install dependencies
126
126
$ npm install
127
- # Run the app
127
+ # Run the dev server
128
+ $ npm run dev
129
+ # Run the app on a separate terminal tab or window
128
130
$ npm start
129
131
```
130
132
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ $ git clone https://github.com/nodegui/react-nodegui-starter
56
56
$ cd react-nodegui-starter
57
57
# Install dependencies
58
58
$ npm install
59
- # Run the app
59
+ # Run the dev server
60
+ $ npm run dev
61
+ # Run the app on a separate terminal tab or window
60
62
$ npm start
61
63
```
62
64
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export const Try = () => {
58
58
</ Code >
59
59
< Code > cd react-nodegui-starter</ Code >
60
60
< Code > npm install</ Code >
61
+ < Code > npm run dev</ Code >
61
62
< Code > npm start</ Code >
62
63
</ Terminal >
63
64
< SubTitle >
You can’t perform that action at this time.
0 commit comments