UNPKG
legendaryjs
Version:
latest (4.1.4)
4.1.4
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.8.2
3.8.1
3.8.0
3.7.13
3.7.12
3.7.11
3.7.10
3.7.9
3.6.9
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
LegendaryJS – The ultimate backend framework for speed, power, and simplicity.
legendaryjs
/
app.js
7 lines
(5 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
// app.js
require
(
'dotenv'
).
config
();
const
{ createApp } =
require
(
'legendaryjs'
);
const
config =
require
(
'./legendary.config'
);
createApp
(config);