Generator to scaffold a display advertising project
See https://mediamonks.github.io/display-advertising-docs/docs/getting-started/installation for documentation to getting started.
First, install Yeoman and generator-display-boilerplate using npm (we assume you have pre-installed node.js).
open terminal or cmd or git bash
then check your node.js version first. Needs to be 16 or higher.
node -v
when thats ok.
npm install -g yo
npm install -g generator-display-boilerplate
Then generate your new project:
yo display-boilerplate
Then follow the instructions on your screen.
- Create quick unit (with default parameters)
- Create display units (you can create multiple or just one)