File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 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
124124$ cd react-nodegui-starter
125125# Install dependencies
126126$ 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
128130$ npm start
129131```
130132
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ $ git clone https://github.com/nodegui/react-nodegui-starter
5656$ cd react-nodegui-starter
5757# Install dependencies
5858$ 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
6062$ npm start
6163```
6264
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export const Try = () => {
5858 </ Code >
5959 < Code > cd react-nodegui-starter</ Code >
6060 < Code > npm install</ Code >
61+ < Code > npm run dev</ Code >
6162 < Code > npm start</ Code >
6263 </ Terminal >
6364 < SubTitle >
You can’t perform that action at this time.
0 commit comments