microsoft/TypeScript-React-Starter

Support CSS Modules out of the box

lukepighetti opened this issue · 2 comments

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.

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.

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