wasp/examples
2020-10-21 17:41:04 +02:00
..
todoApp Tiny fixes in README. 2020-09-23 11:54:21 +02:00
tutorials/TodoApp Renamed EntityPSL to Entity. 2020-10-21 17:41:04 +02:00
.firebaserc Added todoApp example together with deployment of examples. 2020-01-30 20:31:01 +01:00
.gitignore Added todoApp example together with deployment of examples. 2020-01-30 20:31:01 +01:00
firebase.json Added todoApp example together with deployment of examples. 2020-01-30 20:31:01 +01:00
Makefile Added TodoApp tutorial example. 2020-10-12 15:16:48 +02:00
README.md Added TodoApp tutorial example. 2020-10-12 15:16:48 +02:00

Each example has src/ and out/ directory, where out/ is code generated by waspc from src/.

Examples are deployed to https://examples.wasp-lang.dev.

NOTE: Right now, only todoApp/ is deployed, and it is deployed directly to https://examples.wasp-lang.dev. Plan is, when we will have more examples, to deploy them next to each other, each in its own directory, so they would be accessed as https://examples.wasp-lang.dev/todoApp and so on. But, for that we need support in Wasp for the scenario where frontend is not hosted at server root, which we don't support yet.

Check Makefile for build / deploy commands.