- install the latest LTS node version (current version as of initialization is 20.11.0; use nvm to install it)
- run
npm installto install all the project dependencies - create a
.envfile with the appropriate environment variables (refer to the.env.examplefor the values needed) - run
npm run devto start the Hono dev server
- to learn more about Hono, read the Hono docs
- click here to learn about Hono best practices
- click here to learn about Hono API input validation
- click here to learn about Hono with Node.js
- to learn more about Socket.io, read the Socket.io docs
Please read up on the Hono env Adapter Helper
- to learn more about Typegoose, read the Typegoose getting started page