- Node.js (v16 or higher)
- Clone the repository
- Install dependencies with
npm install - Run the application with
npm start
- Clone the repository
- Install dependencies with
npm install - Build the application with
npm run build
- Install serve with
npm install -g serve - Serve the application with
serve -s public - Open the application in your browser at
http://localhost:3000