0.1.1 • Published 8 years ago

generator-typescript-react v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-typescript-react

CircleCI npm

An opinionated Yeoman Generator for a Typescript + React ready build system.

Usage

  1. Install Yo

    # yarn
    yarn global add yo
    
    # npm
    npm install -g yo
  2. Install the generator globally

    # yarn
    yarn global add generator-typescript-react
    
    # npm
    npm install -g generator-typescript-react
  3. Create the directory for your new project and run the generator

    mkdir my-new-typescript-react-project
    cd !$
    yo typescript-react

Upgrade Considerations / Changelog

See Releases

License

MIT