generator-react-redux-typescript
v1.0.2
Published
Yeoman generator for creating an react application,using react, redux and typescript.
Downloads
28
Maintainers
Readme
generator-react-redux-typescript
Yeoman generator for creating an react application,using typescript and webpack
Installation
First, install Yeoman and generator-react-redux-typescript using npm (we assume you have pre-installed node.js).
npm install -g yo typings typescript
npm install -g generator-react-redux-typescript
Then generate your new project:
yo react-redux-typescript
After generating your project, cd into it, install TypeScript definitions and compile TypeScript files into JavaScript files:
typings install -G
npm link typescvript
webpack
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
ISC © infeng
generator-react-redux-weback-typescript
Yeoman generator for creating an react application,using typescript and webpack