wasp/examples/todoApp
2020-05-07 21:43:03 +02:00
..
out Updated todoApp example with one that uses filters, buttons and actions. 2020-03-10 19:30:15 +01:00
src Small example update. 2020-05-07 21:43:03 +02:00
README.md First version of informative README. 2020-02-03 16:36:10 +01:00

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.