https://github.com/jimleuk/react-coffee-scripts
The Create-React-App you know and love but now with added CoffeeScript ☕️
https://github.com/jimleuk/react-coffee-scripts
coffeescript coffeescript2 create-react-app open-rebellion react react-scripts
Last synced: 4 months ago
JSON representation
The Create-React-App you know and love but now with added CoffeeScript ☕️
- Host: GitHub
- URL: https://github.com/jimleuk/react-coffee-scripts
- Owner: jimleuk
- License: mit
- Created: 2018-11-04T23:34:20.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-07T23:19:59.000Z (over 6 years ago)
- Last Synced: 2025-02-09T03:36:24.544Z (5 months ago)
- Topics: coffeescript, coffeescript2, create-react-app, open-rebellion, react, react-scripts
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# react-coffee-scripts
> The Create-React-App you know and love but now with added CoffeeScript ☕️**react-coffee-scripts** is a **[email protected]** fork and replacement which allows its users to write React apps in the [CoffeeScript](https://coffeescript.org) language.
## Getting Started
**react-coffee-script** is intended to be used at project creation time. Currently there is no support given for using **react-coffee-scripts** on existing projects.
To use, we define a `--scripts-version` flag and give it the value of `react-coffee-scripts`.
```
// feel alive again!
npx create-react-app my-app --scripts-version react-coffee-scripts
```## Differences from react-scripts
- Typescript configuration was intentionally stripped from this fork and hence is not supported at this time. There are plans to brings this back in the future.
## Further Reading
This package includes scripts and configuration used by [Create React App](https://github.com/facebook/create-react-app).
Please refer to its documentation:- [Getting Started](https://github.com/facebook/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
- [User Guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.