We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35aa2d commit 1e8418fCopy full SHA for 1e8418f
README.md
@@ -6,6 +6,32 @@ An opinionated Yeoman Generator for a Typescript + React ready build system.
6
7
## Usage
8
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
21
22
+ yarn global add generator-typescript-react
23
24
25
+ npm install -g generator-typescript-react
26
27
+1. Create the directory for your new project and run the generator
28
29
30
+ mkdir new-typescript-react-project
31
+ cd !$
32
+ yo typescript-react
33
34
35
## Upgrade Considerations / Changelog
36
37
See [Releases](https://github.com/palantir/react-mosaic/releases)
0 commit comments