UNPKG

legendaryjs

Version:

LegendaryJS – The ultimate backend framework for speed, power, and simplicity.

7 lines (5 loc) 156 B
// app.js require('dotenv').config(); const { createApp } = require('legendaryjs'); const config = require('./legendary.config'); createApp(config);