mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +03:00
Emphasized code example in README.
This commit is contained in:
parent
3272a8847e
commit
f77f19a6bb
@ -51,7 +51,7 @@ page Main {
|
||||
|
||||
Source files (`.wasp`, `.js(x)`, `.css`, ...) are compiled (transpiled) by `waspc` (Wasp compiler) into the web technology stack of your choice (e.g. React + Redux + ExpressJS + ...).
|
||||
|
||||
Check out [TodoApp example](examples/todoApp) for complete code example.
|
||||
:arrow_forward: Check out [TodoApp example](examples/todoApp) for complete code example. :arrow_backward:
|
||||
|
||||
Why is Wasp awesome:
|
||||
- **Quick start**: Due to its expressiveness, you can create and deploy a production-ready web app from scratch with very few lines of concise, consistent, declarative code.
|
||||
|
Loading…
Reference in New Issue
Block a user