update getting started page (#770)

* update getting started page

* update getting started page

* latest-update

* latest

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
This commit is contained in:
Emmanuel Aiyenigba 2022-10-19 11:58:28 +01:00 committed by GitHub
parent 76e43b3685
commit e3ce6d6776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,10 +121,26 @@ wasp start # Serves the web app.
That's it :tada:! You have successfully created and served a new web app at <http://localhost:3000> and Wasp is serving both frontend and backend for you.
:::info For Visual Studio Code
If you are using VSCode, install our [Wasp language extension](https://marketplace.visualstudio.com/items?itemName=wasp-lang.wasp).
The extension brings the following functionality:
* Syntax highlighting for .wasp files
* Snippets for .wasp files
* Wasp language server
* live reporting of compilation errors
* autocompletion
:::
## 4. What next?
**Check out the 🤓 [Todo App tutorial](tutorials/todo-app.md) 🤓 , which will take you through all the core features of Wasp!**
You can also:
- Join the community on [Discord](https://discord.gg/rzdnErX)! Any feedback or questions you have, we are there for you.
- If you are using Visual Studio Code, install our <a href="https://marketplace.visualstudio.com/items?itemName=wasp-lang.wasp">Wasp language extension</a>!
Also, we would be excited to have you **join our community on [Discord](https://discord.gg/rzdnErX)!** Any feedback or questions you have, we are there for you.