From 92375d0433d46320d996f7f78143525f292de52f Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Mon, 2 Nov 2020 21:07:32 +0100 Subject: [PATCH] Add yarn create example --- docs/02-quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/02-quickstart.md b/docs/02-quickstart.md index 9d32ac994e..3703c9840f 100644 --- a/docs/02-quickstart.md +++ b/docs/02-quickstart.md @@ -38,7 +38,11 @@ The easiest way to get started with Snowpack is via [Create Snowpack App (CSA)]( If you've ever used Create React App, this is a lot like that! ```bash +# using npm npx create-snowpack-app new-dir --template [SELECT FROM BELOW] [--use-yarn] + +# using yarn +yarn create snowpack-app new-dir --template [SELECT FROM BELOW] [--use-yarn] ``` ### Official App Templates