aboutsummaryrefslogtreecommitdiff
path: root/examples/hono/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-16Reflecting new home for bun templates (#1317)Gravatar Dennis Dudek 1-19/+0
* Reflecting new home for bun templates https://github.com/bun-community/create-templates/ * templates now in root
2022-07-24chores(examples/hono): Refine Hono example (#773)Gravatar Yusuke Wada 1-3/+6
* fixed path * add favicon * Correct version: `^2.0.0` * remove wiptest command
2022-07-14fix(templates): Fix hono example template (#633)Gravatar YOSHIKI 1-2/+2
* Fix hono example template * Update package.json
2022-07-12docs: Hono example with typescript (#577)Gravatar Jesse-Lucas1996 1-0/+16
* hono example with typescript * changing of name in package json * adding dom to lib * removal of git ignore * removed DOM * Update examples/hono/src/index.ts Co-authored-by: Hyro <generalkubo@gmail.com> * changed port * added read me * Update index.ts * Update package.json * Update readme.md Co-authored-by: Hyro <generalkubo@gmail.com> Co-authored-by: Jesse Lucas <jlucas@corpcloud.com.au> Co-authored-by: Finn R. Gärtner <65015656+FinnRG@users.noreply.github.com>