Skip to content

Instantly share code, notes, and snippets.

@ilyaskarim
Created March 21, 2020 09:50
Show Gist options
  • Save ilyaskarim/c5aa013ae333e619107164cb7dc19382 to your computer and use it in GitHub Desktop.
Save ilyaskarim/c5aa013ae333e619107164cb7dc19382 to your computer and use it in GitHub Desktop.
wertik-js-basic-setup.ts
import express from "express";
import wertik from "./main";
const defaultConfiguration = require("./path/to/defaultConfiguration").default;
let app = express();
wertik({ expressApp: app }, defaultConfiguration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment