Skip to main content
Module

x/alosaur/examples/basic/app.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import { App } from '../../src/mod.ts';import { settings } from './app-settings.ts';
// create applicationconst app = new App(settings);app.listen();