Install dependencies.
npm installTo work on the application locally:
npm startOpen the app in your web browser:
- Create React App and Vite:
localhost:3000 - Webpack:
localhost:8080
Build the application.
npm run buildThe build will be in build for Create React app, dist for Vite and public for Webpack.