Wasp Usages

Creating new project | Wasp
Run the following command in your terminal to create a new Wasp project: Enter the created directory and run: You have just ran your app in the development mode! You will be seeing a lot of different output from client, server and database setting themselves up.
https://wasp-lang.dev/docs/tutorials/todo-app/creating-new-project

ML code generation vs. coding by hand - what we think programming is going to look like | Wasp
We are working on a config language / DSL for building web apps that integrates with React & Node.js. A number of times we've been asked "Why are you bothering creating a new language for web app development? Isn't Github Copilot\ soon going to be generating all the code for developers anyhow?*".
https://wasp-lang.dev/blog/2022/06/24/ML-code-gen-vs-coding-by-hand-future


Seonglae Cho