Skip to content

The Create-React-App you know and love but now with added CoffeeScript ☕️

License

Notifications You must be signed in to change notification settings

jimleuk/react-coffee-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.
Please refer to its documentation: