Complete setup to start a new React project using Typescript.
- Typescript
- Webpack
- Babel
- Eslint / TSLint with airbnb setup
- React
- Redux
- React-router
- React-router-redux
- Immutable
- Radium
- Jest for unit testing
Installation (will install typings as well):
npm install
- Runing development server :
npm start
- Build for production :
npm build
- Run unit tests:
npm test