wasp/examples
2020-05-07 21:43:03 +02:00
..
todoApp Small example update. 2020-05-07 21:43:03 +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 example together with deployment of examples. 2020-01-30 20:31:01 +01:00
README.md First version of informative README. 2020-02-03 16:36:10 +01: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, there is only one example, 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.