You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sudo npm install -g create-react-app# create-react-app next-pm
(omitted..)
Initialized a git repository.
Success! Created next-pm at /Users/pengchao/Documents/r/next-pm
Inside that directory, you can run several commands:
yarn start
Starts the development server.
yarn build
Bundles the app into static files for production.
yarn test
Starts the test runner.
yarn 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 next-pm
yarn start
Happy hacking!# cd next-demo# yarn start