mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +03:00
Tiny fixes in README.
This commit is contained in:
parent
5a0ddf71f5
commit
f01de9e5c5
@ -10,7 +10,6 @@
|
||||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/wasp-lang/wasp?branch=master&svg=true)](https://ci.appveyor.com/project/Martinsos/wasp/branch/master)
|
||||
|
||||
- [**Project page**](https://wasp-lang.dev)
|
||||
- [**Demo**](https://wasp-lang.dev/#demo)
|
||||
- [**Docs**](https://wasp-lang.github.io/web/docs)
|
||||
|
||||
<br>
|
||||
@ -88,7 +87,7 @@ You can also:
|
||||
- :star: Star this repo to show your interest/support.
|
||||
- :mailbox: Stay updated by subscribing to our [email list](https://wasp-lang.dev#signup).
|
||||
|
||||
For more technical details on building and contributing to `waspc` check [waspc/README.md](waspc/README.md).
|
||||
For more technical details on building and contributing to `waspc` check [waspc/](waspc/).
|
||||
|
||||
# FAQ
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
In this example we use Wasp to implement a simple Todo app, inspired by http://todomvc.com.
|
||||
|
||||
NOTE: This is an old example, made with old version of Wasp and will not work with the current version.
|
||||
|
||||
Code in [src/](src/) (todoApp.wasp + [src/src](src/src)) is compiled by `waspc`, generating code in [out/](out/), which is frontend only web app. There was no manual intervention in the generated code, it is as generated by `waspc`.
|
||||
|
||||
Command used: `waspc src/todoApp.wasp out/`.
|
||||
|
Loading…
Reference in New Issue
Block a user