Ecosyste.ms: Awesome

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

https://github.com/Raincal/parcel-reason-react-app

A simple reason react app using parcel bundler
https://github.com/Raincal/parcel-reason-react-app

parcel reason-react reasonml

Last synced: 6 days ago
JSON representation

A simple reason react app using parcel bundler

Lists

README

        

# Parcel Reason React App

> A simple reason react app using parcel bundler






Live Demo

## Getting Started

```bash
git clone https://github.com/Raincal/parcel-reason-react-app.git
cd parcel-reason-react-app
yarn
yarn start
```

Then open http://localhost:1234/ in your browser.

## Build for production

```bash
yarn build
```

## Deployment

See the section about deployment in [create-react-app](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment)

## License

[MIT](./LICENSE)