From 4cbb0032b5ffede3ccac5432764be8be63a4978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hallet?= Date: Sun, 5 Apr 2020 01:33:32 +0200 Subject: [PATCH] Specify what files are served form a bare local copy (#8749) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf94d0dbdac..bb515bb504f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,7 @@ All functionality must be retained (and configuration given to the user) if they 2. Run `yarn` in the root `create-react-app` folder. -Once it is done, you can modify any file locally and run `yarn start`, `yarn test` or `yarn build` like you can in a generated project. +Once it is done, you can modify any file locally and run `yarn start`, `yarn test` or `yarn build` like you can in a generated project. It will serve the application from the files located in `packages/cra-template/template`. If you want to try out the end-to-end flow with the global CLI, you can do this too: