Skip to main content
All CollectionseWizard.js frameworkMessenger ads
Initialize a messenger ad project
Initialize a messenger ad project

How to initialize a messenger ad project

eWizard Team avatar
Written by eWizard Team
Updated over a year ago

Use eWizard CLI to create a messenger ad project from a :Scaffoldingtemplate:scaffoldingtemplate:.

1) Log in to your eWizard instance.

2) Go to the directory where you want to initialize your messenger ad project.

For example, create a messenger_ad directory and then:

cd messenger_ad

3) Initialize your project.

wiz init

4) Select 9) messenger_ad, or enter 9.


TIP: To skip the template selection step, you can initialize the messenger ad template with the eWizard CLI command wiz init messenger_ad.


5) Specify if you want to use ESLint.


TIP: You can just press Enter to select the default values.


6) Enter the project description.

7) Enter the name of your messenger ad and specify the author.

The messenger ad project is initialized with the default scaffolding template.

8) Build your messenger ad project and serve it on a local server as a static site.

wiz dev --live

TIP: The --live option tracks the changes and continuously builds the messenger ad project.

See eWizard CLI commands for a complete list of commands with options.


eWizard CLI starts a hot-reloading development server at http://localhost:3000/

Did this answer your question?