- create app:
npx create-react-app example-app --template typescript - edit
tsconfig.json: https://github.com/mrmckeb/typescript-plugin-css-modules - add
src/app.module.cssand import it insrc/App.tsx
- run
yarn install - open
src/App.tsx - try to edit at line
5with insertstyles.and wait for code completion

