Playground

You can check many features from how to use zely in a playground!

#Examples

All usages are indicated based on yarn.

  1. With Typescript

zely + typescript template

Terminal
yarn workspace @playground/with-typescript dev
  1. With Express

zely + express template

Terminal
node ./playground/with-express/server.js
  1. With Handler

Features added in v1

Terminal
yarn workspace @playground/with-handler dev
  1. With Vite

zely + vite

Terminal
yarn workspace @playground/with-vite dev
  1. Error Mapping
Terminal
yarn workspace @playground/with-error dev