Recipe Book Client Setup Instructions
The Recipe Book application for this project can be run with the following scripts in the project directory. Run yarn start
to launch the application in development mode. This will open in a browser for viewing, and if any changes are made, the page will reload. Any errors will be visible in the console. Use yarn test
to start the test runner in interactive watch mode. For further details, refer to the About section. Run yarn build
to create a production build in the build folder. This optimizes the React application and ensures the best performance with minimized files, and hashed filenames for production. Your application is now ready for deployment! For more details, refer to the About section. Be cautious with yarn eject
, as it is irreversible. Once ejected, you will no longer be able to revert back. If you are dissatisfied with the build tools and configuration, you may eject, which will remove individual build dependencies but copy configuration files and dependencies such as webpack, Babel, and ESLint directly to your project.
评论区