Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion website/docs/guides/getting-started.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -124,7 +124,9 @@ $ git clone https://github.com/nodegui/react-nodegui-starter
$ cd react-nodegui-starter
# Install dependencies
$ npm install
# Run the app
# Run the dev server
$ npm run dev
# Run the app on a separate terminal tab or window
$ npm start
```

Expand Down
4 changes: 3 additions & 1 deletion website/docs/guides/tutorial.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,7 +56,9 @@ $ git clone https://github.com/nodegui/react-nodegui-starter
$ cd react-nodegui-starter
# Install dependencies
$ npm install
# Run the app
# Run the dev server
$ npm run dev
# Run the app on a separate terminal tab or window
$ npm start
```

Expand Down
1 change: 1 addition & 0 deletions website/src/components/Try.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,6 +58,7 @@ export const Try = () =>{
</Code>
<Code>cd react-nodegui-starter</Code>
<Code>npm install</Code>
<Code>npm run dev</Code>
<Code>npm start</Code>
</Terminal>
<SubTitle>
Expand Down