React Hooks: a beginner's guide to create a React app
This project is bootstrapped with Create React App. You can run available scripts in the project directory: yarn start
to run the application in development mode. Open it in your browser to view. If you make edits, the page will reload. You will also see any lint errors in the console. yarn test
to launch the test runner in interactive watch mode. See the section about running tests for more information. yarn build
to build the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed! See the section about deployment for more information. yarn eject
Note: this is a one-way operation. Once you eject
, you can't go back! If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc.)
评论区