Quickstart

Excited to get start? This page gives a decent prologue to Buildly UI. It assumes you as of now have a Buildly Core instance up and running and also all the project’s prerequisites installed.

  • node v10.16.0
  • yarn v1.17.3
  • gulp-cli v2.2.0

Installing

Download and install web application dependencies running the following command:

yarn install

Now, initialize and build the project

yarn run init
yarn run build

To run the web app:

yarn run start

your Buildy UI will be running locally and listening to the port 4200, so you can access it via your browser typing this address: 127.0.0.1:4200

Running the tests

To run tests using Jest:

yarn run test