UNPKG
afterwriting-fork-rickschubert
Version:
latest (1.12.10)
1.12.10
1.12.9
Screewriting tools
github.com/ifrost/afterwriting-labs
ifrost/afterwriting-labs
afterwriting-fork-rickschubert
/
js
/
bootstrap
/
index.js
6 lines
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Main application bootstrap. */
require
([
'dependencies'
,
'bootstrap'
,
'bootstrap/app-config'
],
function
(
_, Bootstrap, AppConfig
)
{ Bootstrap.
init
(AppConfig); });