mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 11:03:14 +03:00
8 lines
449 B
Markdown
8 lines
449 B
Markdown
|
In this example we use Wasp to implement a simple Todo app, inspired by http://todomvc.com.
|
||
|
|
||
|
Code in [src/](src/) (todoApp.wasp + [src/src](src/src)) is compiled by `waspc`, generating code in [out/](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.
|