cards icon indicating copy to clipboard operation
cards copied to clipboard

Prototyping the UI of 2030

Cards

Demo

https://chenglou.github.io/cards/index-prod.html

Develop Locally

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

yarn webpack:production

Then open index-prod.html