Skip to content

ThULB/dbt-ng

Repository files navigation

dbt-ng Build Status Codacy Badge

DBT Angular 11.x based

Run Live Development Server

Install/update needed dependencies:

$ npm install

Startup Development Server:

$ npm run start

Build Project for deployment

Install/update needed dependencies:

$ npm install

Build the project:

$ npm run build && npm run optimize