Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenglou/cards
Prototyping the UI of 2030
https://github.com/chenglou/cards
Last synced: 2 months ago
JSON representation
Prototyping the UI of 2030
- Host: GitHub
- URL: https://github.com/chenglou/cards
- Owner: chenglou
- Created: 2018-07-24T18:29:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T23:57:41.000Z (about 2 years ago)
- Last Synced: 2024-10-13T11:15:49.450Z (3 months ago)
- Language: OCaml
- Homepage: https://chenglou.github.io/cards/index-prod.html
- Size: 1.49 MB
- Stars: 109
- Watchers: 4
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cards
## Demo
https://chenglou.github.io/cards/index-prod.html
## Develop Locally
```sh
yarn
yarn server
# in another tab
yarn start
```Then go to `localhost:8080`.
Change whichever `.re` file in `src` to see the changes.
**For more elaborate ReasonReact examples**, please see https://github.com/reasonml-community/reason-react-example
## Build for Production
```sh
yarn webpack:production
```Then open index-prod.html