hakimLyon/epic-stack-hono

Epic Stack with Hono

reactreact-routertailwindexpressprismavitestplaywrighttesting-libraryviteesbuildtypescriptremix-authremix
Loading...
fly.io

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.

https://github.com/user-attachments/assets/923ff5ce-0560-4180-9b20-bc049950b30a