Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

App using awesome-framework with a server entry

App using awesome-framework — a demo framework powered by Vite and Photon.

Relevant files:

  • server.ts: user server entry, can be any server that Photon supports (Hono, Express.js, Fastify, H3, ...)
  • vite.config.ts: this is where the user tells Photon where his server entry lives

scripts

# dev on node
pnpm run dev

# builds and run for node
pnpm run prod:node

# builds and run for bun
pnpm run prod:bun

# builds and run for deno
pnpm run prod:deno