Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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