Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschatimme/reason-react-scripts
A custom version of the react-scripts of Create-React-App
https://github.com/saschatimme/reason-react-scripts
react reason reason-react reasonml
Last synced: 3 months ago
JSON representation
A custom version of the react-scripts of Create-React-App
- Host: GitHub
- URL: https://github.com/saschatimme/reason-react-scripts
- Owner: saschatimme
- License: bsd-3-clause
- Created: 2017-04-06T17:54:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T08:48:33.000Z (over 7 years ago)
- Last Synced: 2024-03-04T16:29:53.646Z (11 months ago)
- Topics: react, reason, reason-react, reasonml
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This is no longer maintained! Checkout https://github.com/rrdelaney/reason-scripts instead.**
# reason-react-scripts
With this script you can easily use [Create React App](https://github.com/facebookincubator/create-react-app) to start your React project with [Reason](https://github.com/facebook/reason).
Simply create your project with
```
create-react-app my-project --scripts-version reason-react-scripts
```**Note**: This is not a fork of the `react-scripts` of `create-react-app`. Based on version `0.9.5` of `react-scripts`.
This package includes scripts and configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).
Please refer to its documentation:* [Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.