Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Getting started

Bram Borggreve edited this page May 29, 2020 · 1 revision

Getting started:

yarn create kikstart-ui <app-name>

Manual steps:

Make sure to have Angular CLI v10, which is currently the next tag.

npm install -g @angular/cli@next

After that, create a new app:

ng new <app-name> --strict --routing --style scss

Add Kikstart UI

ng add @kikstart-ui/schematics
Clone this wiki locally