Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.01 KB

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