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: 3 months ago
JSON representation
A simple reason react app using parcel bundler
- Host: GitHub
- URL: https://github.com/Raincal/parcel-reason-react-app
- Owner: Raincal
- License: mit
- Created: 2017-12-22T21:23:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T11:00:31.000Z (about 2 years ago)
- Last Synced: 2024-11-05T10:30:55.698Z (3 months ago)
- Topics: parcel, reason-react, reasonml
- Language: Reason
- Homepage: https://parcel-reason.netlify.com
- Size: 203 KB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-parcel - ReasonReact - Simple Reason React app. (Examples)
README
# Parcel Reason React App
> A simple reason react app using parcel bundler
## 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)