Closed
Description
This is the first time I've used create-react-app
, which was pretty smooth and gave me the following message on the cli:
Success! Created react-prod-list at /Development/react-prod-list/
Inside that directory, you can run several commands:
yarnpkg start
Starts the development server.
yarnpkg run build
Bundles the app into static files for production.
yarnpkg test
Starts the test runner.
yarnpkg run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd react-prod-list
yarnpkg start
Happy hacking!
However, when you browse the README.md
file, all references are for npm
, such as npm start
, npm test
, etc.
Metadata
Metadata
Assignees
Labels
No labels