Ironhack Yasha Client Project Overview
This project facilitates development with a guided setup. To start the application in development mode, navigate to the project directory and run: npm start
. This command opens the application in your browser, enabling real-time updates upon edits with automatic page reloading. Any errors will be displayed in the console. For testing, execute npm test
to launch the test runner in interactive watch mode. To build for production, use npm run build
which optimizes React bundling for performance, ensuring minimized files with hashed filenames in the build folder. This prepares your application for deployment. Note: Running npm run eject
is irreversible and should be approached cautiously if dissatisfied with current tooling configurations.
565.48KB
文件大小:
评论区