mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 03:35:17 +03:00
.. | ||
out | ||
src | ||
README.md |
In this example we use Wasp to implement a simple Todo app, inspired by http://todomvc.com.
Code in src/ (todoApp.wasp + src/src) is compiled by waspc
, generating code in out/, which is frontend only web app. There was no manual intervention in the generated code, it is as generated by waspc
.
Command used: waspc src/todoApp.wasp out/
.
You can check out deployed generated app at https://examples.wasp-lang.dev.