This project uses Create React App.
npm start
: Run in development mode (http://localhost:3000)npm test
: Launch test runnernpm run build
: Build for productionnpm run eject
: Customize build configuration (one-way operation)
- Hot reloading
- Optimized production builds
- Easy customization
- Code Splitting
- Bundle Size Analysis
- Progressive Web App
- Deployment
For detailed information on these topics, refer to the full Create React App documentation.