Skip to content

hakimLyon/epic-stack-hono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPIC STACK with Hono Example

Explore how the EPIC STACK integrates with the Hono framework in this example. It's designed to showcase building secure and efficient web applications.

Structure

  • **server/****: Contains the Hono server and all server-side logic.
server/
├── middleware/
│   ├── cspnonce.ts
│   ├── epic-logger.ts
│   ├── misc.ts
│   ├── rate-limit.ts
│   ├── remove-trailing_slash.ts
│   └── secure.ts
├── utils
└── index.ts

Getting Started

  1. Setup Environment:

    • Ensure you have Node.js and npm installed.
    • Clone this repository.
    • Run npm install to install dependencies.
  2. Development Mode:

    • Start the development server with npm run dev.
    • Access your application at localhost:3000 or as defined in your configuration.
  3. Production Mode:

    • Build your application with npm run build
    • Run npm run start to start the production server.
v.mp4

Releases

No releases published

Packages

No packages published