README
Yeoman generator for creating React application with Redux using TypeScript and build with Webpack and Gulp.
Installation
Install Yeoman Install generator-ja-react-redux-typescript
$ npm install -g generator-ja-react-redux-typescript
Creating project
$ mkdir my-react-redux-app
$ cd my-react-redux-app
$ yo ja-react-redux-typescript
Run application
$ gulp --prod
Open browser and navigate to http://localhost:8080