Before executing the application, ensure that the required programming language toolchains are installed and that any necessary services are running, considering the various stacks used in its development.
Recommended Node.js v18+ or v20 to run.
Install the dependencies and devDependencies and start the server.
For Development
cd my-app
npm i
npm run dev
For production
cd my-app
npm i
npm run build
Verify the deployment by navigating to your server address in
your preferred browser.
http://localhost:3000
ISC