1.0.2 • Published 6 years ago

react-scripts-ts-css v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-scripts-ts-css npm version

Create React apps (with Typescript (with css modules)) with no build configuration.

Do you know react and want to try out typescript? Or do you know typescript and want to try out react? Do you also need css modules? Get all the benefits from create-react-app but you use typescript and css modules! 🚀

tl;dr

npm install -g create-react-app

create-react-app my-app --scripts-version=react-scripts-ts-css
cd my-app/
npm start

Why use this package?

The difference between this project and react-scripts-ts-css-modules/react-scripts-ts-cssModules is that this is based on the react-scripts-ts cra fork so it's easier to maintain. Looks like CSSModules will be added to CRA soon: pull request here In which case we can just update react-scripts-ts to add typings-for-css-modules-loader and depricate this fork.