An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# generator-typescript-react
[![CircleCI](https://img.shields.io/circleci/project/github/nomcopter/generator-typescript-react/master.svg)](https://circleci.com/gh/nomcopter/generator-typescript-react)
[![npm](https://img.shields.io/npm/v/generator-typescript-react.svg)](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)