Getting Started
Installation
$ ng new <project-name>
$ cd <project-name>
$ ng add ng-matero$ git clone --depth=1 git@github.com:ng-matero/starter.git <project-name>
$ cd <project-name>
$ npm installDevelopment
$ npm run hmr$ git clone git@github.com:ng-matero/ng-matero.git
$ cd ng-matero
$ npm install
$ npm run hmr
Project Directory
Project Running
Last updated