mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
4f864ab595
* Create .devcontainer.json * move dev container * update devcontainer post command * move devcontainer * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * add readme and env setup * fix script * Update devcontainer.json * Update devcontainer.json * Update setup-env.sh * add dockerfile * Update devcontainer.json * env vars * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * asdf * Update devcontainer.json * replace gitpod mention with codespaces * Update devcontainer.json * Update devcontainer.json |
||
---|---|---|
.. | ||
hackathon-submissions | ||
realworld | ||
streaming | ||
thoughts | ||
todo-typescript | ||
tutorials | ||
waspello | ||
waspleau | ||
websockets-realtime-voting | ||
README.md |
Example Wasp apps
Here's a list of all officially maintained Wasp example apps! Most of these apps are relatively small, and each one demonstrates several of Wasp's interesting features.
The tutorials directory contains Wasp tutorial apps.
-
todo-typescript
-
waspello
-
hackaton-submissions
-
waspleau
- A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
- Demonstrates: jobs, analytics
-
thoughts
- A simple note-taking app organized around the concept of hashtags.
- Demonstrates: db seeding, auth, rpc
-
realworld
- A Medium clone (https://github.com/gothinkster/realworld - the mother of all demo apps).
- Demonstrates: auth, rpc, db seeding, Material UI
-
streaming
- Demonstrates: http streaming, api
-
websockets-realtime-voting
- Demonstrates: web sockets, auth, voting system