Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.