Emphasized code example in README.

This commit is contained in:
Martin Sosic 2020-02-03 17:57:18 +01:00
parent 3272a8847e
commit f77f19a6bb

View File

@ -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.