airbus-for-review
v3.0.2
Published
Template for apps generated using the SDK portal
Readme
Airbus for review
Installation
- Install NodeJS.
- Install FDT
$ npm install --global @fontoxml/fontoxml-development-tools
Building the application
$ fdt editor buildFor additional help for this command, run: $ fdt editor build --help
Serving the application
There are two ways of serving the application. Both methods stub the CMS connector endpoints.
Development server
Serving the application while building the files from source on each load.
$ fdt editor runBuild server
Serving the application directly from the dist directory.
$ fdt editor run --distFor additional help for this command, run: $ fdt editor --help
