Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 698 Bytes

Readme.md

File metadata and controls

25 lines (16 loc) · 698 Bytes

dropserver_app

dropserver_app is a library that helps you create Dropserver applications.

Import createApp to get going:

import {createApp} from 'https://deno.land/x/dropserver_app/mod.ts';

const app = createApp({
	routes:     // your app routes... see docs.
	migrations: // data migrations. Optional. See docs.
});

export default app;

Docs and help:

License

MIT