klaasman-react-scripts
v1.0.17
Published
Opiniated `Configuration and scripts for Create React App.`
Downloads
4
Readme
🌱 Opiniated Create React App
> create-react-app app-name --scripts-version klaasman-react-scripts
What's different?
- support for decorators
- injects both
React
asComponent
in all modules (no more verbose imports) - resolve by default all modules from the
src
-directory (absolute imports) - css modules
- css next
- css imports
- deploy to
/target
-directory (instead of/build
- convention at Kaliber)
react-scripts
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.