Skip to content

Commit 1e8418f

Browse files
committed
Add usage
1 parent b35aa2d commit 1e8418f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ An opinionated Yeoman Generator for a Typescript + React ready build system.
66

77
## Usage
88

9+
1. Install [Yo](http://yeoman.io/)
10+
11+
```bash
12+
# yarn
13+
yarn global add yo
14+
15+
# npm
16+
npm install -g yo
17+
```
18+
1. Install the generator globally
19+
20+
```bash
21+
# yarn
22+
yarn global add generator-typescript-react
23+
24+
# npm
25+
npm install -g generator-typescript-react
26+
```
27+
1. Create the directory for your new project and run the generator
28+
29+
```bash
30+
mkdir new-typescript-react-project
31+
cd !$
32+
yo typescript-react
33+
```
34+
935
## Upgrade Considerations / Changelog
1036

1137
See [Releases](https://github.com/palantir/react-mosaic/releases)

0 commit comments

Comments
 (0)