Getting Started First, install the required dependencies: npm install Then, run the development server: npm run dev To build and execute, run: npm run build && npm run start Open http://localhost:<SPECIFIED_PORT> with your browser to see the result.