mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
ts: remove mention of create-daml-app (#8782)
Thanks to Alexander Bernauer for reporting this on [the forum]. [the forum]: https://discuss.daml.com/t/type-script-support-dropped-with-sdk-1-9-0/2054/4 CHANGELOG_BEGIN CHANGELOG_END
This commit is contained in:
parent
cfae2d88f5
commit
01b242789d
@ -10,9 +10,15 @@ Comprehensive documentation for `@daml/ledger` can be found
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The best way to get you started quickly is to look at [Create Daml
|
The best way to get you started quickly is to start with the `create-daml-app`
|
||||||
App](https://github.com/digital-asset/create-daml-app) and to read the [Quickstart
|
template:
|
||||||
Guide](https://docs.daml.com/getting-started/quickstart.html).
|
```
|
||||||
|
daml new --template=create-daml-app my-project-name
|
||||||
|
```
|
||||||
|
|
||||||
|
and to read the [Quickstart Guide].
|
||||||
|
|
||||||
|
[Quickstart Guide]: https://docs.daml.com/getting-started/quickstart.html
|
||||||
|
|
||||||
We recommend to use the [React](https://reactjs.org) framework and the `@daml/react` library to
|
We recommend to use the [React](https://reactjs.org) framework and the `@daml/react` library to
|
||||||
build frontends for Daml applications. If you choose a different Javascript based framework, please
|
build frontends for Daml applications. If you choose a different Javascript based framework, please
|
||||||
|
Loading…
Reference in New Issue
Block a user