https://github.com/Ryshackleton/idyll-template
A React app that mimics the basic template project provided by Idyll-lang.org
https://github.com/Ryshackleton/idyll-template
idyll idyll-markdown react
Last synced: 7 months ago
JSON representation
A React app that mimics the basic template project provided by Idyll-lang.org
- Host: GitHub
- URL: https://github.com/Ryshackleton/idyll-template
- Owner: Ryshackleton
- Created: 2019-01-27T21:13:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T19:35:59.000Z (over 6 years ago)
- Last Synced: 2024-08-05T10:19:07.042Z (10 months ago)
- Topics: idyll, idyll-markdown, react
- Language: CSS
- Homepage: https://ryshackleton.github.io/idyll-template/
- Size: 688 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idyll Template
This is a React app that mimics the [basic template project that Idyll provides](https://idyll-lang.org/docs/getting-started). The main difference is that the default Idyll project requires a global install of Idyll to compile the Idyll markdown, whereas this project embeds Idyll into an existing React app using [the method described in the Idyll documentation](https://idyll-lang.org/docs/components/custom). This project also uses webpack & babel to compile the JS.
The Idyll generated page that loads from the `build:watch` script (described below) documents how to load data and create a few basic charts, or you can see the [demo here](https://ryshackleton.github.io/idyll-template/).
### Installation
```shell
> git clone ssh://[email protected]:7999/viz/idyll-template.git
> npm i
> npm run build:watch
```