An opinionated Yeoman Generator for a Typescript + React ready build system.
-
Install Yo
# yarn yarn global add yo # npm npm install -g yo
-
Install the generator globally
# yarn yarn global add generator-typescript-react # npm npm install -g generator-typescript-react
-
Create the directory for your new project and run the generator
mkdir my-new-typescript-react-project cd !$ yo typescript-react
See Releases