2.0.0 • Published 7 years ago

generator-ja-react-redux-typescript v2.0.0

Weekly downloads
5
License
ISC
Repository
-
Last release
7 years ago

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