From 0cb50261fb6d819c7a87b0a6265b999fd5980cfc Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 8 Sep 2017 14:00:24 +0800 Subject: [PATCH] yarn: add create --- yarn.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yarn.md b/yarn.md index 8b25f05da..9fbad4461 100644 --- a/yarn.md +++ b/yarn.md @@ -60,3 +60,11 @@ jest/ ``` (New in 1.0) Allows you to specify versions for sub-dependencies. See: [Selective version resolutions](https://github.com/yarnpkg/yarn/pull/4105) + +### Create + +```bash +yarn create react-app hello +``` + +Install `create-react-app` and runs it. See: [yarn create](https://github.com/yarnpkg/rfcs/blob/master/implemented/0000-yarn-create.md)