cd my-app && yarn start
See the Stack Overflow question
…aaand see the TypeScript GitHub open issue
- Start with TypeScript React Starter
- Install
create-react-app
:npm install -g create-react-app
- Create a new project called
my-app
:create-react-app my-app --scripts-version=react-scripts-ts
- Test the app
yarn start
- Install Redux:
npm install -S redux react-redux @types/react-redux
- Follow the tutorial to implement Redux state management