mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 18:42:16 +03:00
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:
parent
76e43b3685
commit
e3ce6d6776
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user