microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Support CSS Modules out of the box #208

Open lukepighetti opened 6 years ago

lukepighetti commented 6 years ago

Now that create-react-app supports CSS Modules out of the box, it would be nice if TypeScript-React-Starter did as well.

Ideally it would work without having to eject.

Plastiquewind commented 6 years ago

Hi! It seems like TypeScript-React-Starter is no longer supported, but you can try this boilerplate: https://github.com/NickMaev/react-core-boilerplate It's new, production-ready and free.

lukepighetti commented 6 years ago

That is a lot heavier than what I need and this package seems well supported. Will check it out, though. Thanks.