Epic Stack with Hono
Explore how the EPIC STACK integrates with the Hono framework in this example. It's designed to showcase building secure and efficient web applications.
server/
├── middleware/
│ ├── cspnonce.ts
│ ├── epic-logger.ts
│ ├── misc.ts
│ ├── rate-limit.ts
│ ├── remove-trailing_slash.ts
│ └── secure.ts
├── utils
└── index.ts
Setup Environment:
npm install
to install dependencies.Development Mode:
npm run dev
.localhost:3000
or as defined in your configuration.Production Mode:
npm run build
npm run start
to start the production server.https://github.com/user-attachments/assets/923ff5ce-0560-4180-9b20-bc049950b30a