Start

The root file for the project

Source:

Methods

(inner) startUp() → {Promise.<Array>}

Source:

Starts up the script by initializing all the necessary variables in all the JS files and completing start-up tasks

Returns:

Returns a Promise.all with an array of all the setup and start-up functions' results (Usually undefined)

Type
Promise.<Array>