Browse Source

Add Visual Studio Code link (#435)

pull/436/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
964b37af30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -108,7 +108,7 @@ Please make sure you have completed the instructions from [_Setup_](#Setup).
### Start server ### Start server
<ol type="a"> <ol type="a">
<li>Debug: Run <code>yarn watch:server</code> and click "Launch Program" in <i>Visual Studio Code</i></li> <li>Debug: Run <code>yarn watch:server</code> and click "Launch Program" in [Visual Studio Code](https://code.visualstudio.com)</li>
<li>Serve: Run <code>yarn start:server</code></li> <li>Serve: Run <code>yarn start:server</code></li>
</ol> </ol>

Loading…
Cancel
Save