Skip to content

Getting Started

Andre Gagnon edited this page Sep 29, 2021 · 9 revisions

To get started, run:

composer install

yarn

Next run:

yarn bootstrap

You will be prompted for your local development url. Please enter this to match the local dev environment you are using. This will install any dependencies and create a wpackio.server.js file with your development environment settings.

Then you can start the development build and server using:

yarn start

Clone this wiki locally