Skip to content

Commit 4cbb003

Browse files
authored
Specify what files are served form a bare local copy (facebook#8749)
1 parent c7352c7 commit 4cbb003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ All functionality must be retained (and configuration given to the user) if they
9494

9595
2. Run `yarn` in the root `create-react-app` folder.
9696

97-
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.
97+
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`.
9898

9999
If you want to try out the end-to-end flow with the global CLI, you can do this too:
100100

0 commit comments

Comments
 (0)