https://github.com/nomcopter/generator-typescript-react
An opinionated Yeoman Generator for a Typescript + React ready build system
https://github.com/nomcopter/generator-typescript-react
Last synced: 2 months ago
JSON representation
An opinionated Yeoman Generator for a Typescript + React ready build system
- Host: GitHub
- URL: https://github.com/nomcopter/generator-typescript-react
- Owner: nomcopter
- License: mit
- Created: 2017-10-17T00:45:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T07:26:06.000Z (over 8 years ago)
- Last Synced: 2025-11-24T04:00:02.227Z (7 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-typescript-react
[](https://circleci.com/gh/nomcopter/generator-typescript-react)
[](https://www.npmjs.com/package/generator-typescript-react)
An opinionated [Yeoman](http://yeoman.io/) Generator for a Typescript + React ready build system.
## Usage
1. Install [Yo](http://yeoman.io/)
```bash
# yarn
yarn global add yo
# npm
npm install -g yo
```
1. Install the generator globally
```bash
# yarn
yarn global add generator-typescript-react
# npm
npm install -g generator-typescript-react
```
1. Create the directory for your new project and run the generator
```bash
mkdir my-new-typescript-react-project
cd !$
yo typescript-react
```
## Upgrade Considerations / Changelog
See [Releases](https://github.com/palantir/react-mosaic/releases)
## License
[MIT](./LICENSE)