innotec-materials
Version:
Innotec Materials is an UI framework who's desgined for all products of Innotec GmbH. Innotec Materials is based on Angular 2 an bootstrap.
24 lines (16 loc) • 350 B
Markdown
# Innotec Materials
Innotec Materials is an UI framework who's desgined for all products of Innotec GmbH. Innotec Materials is based on Angular 2 an bootstrap.
### Getting started
Install all dependencies:
```
npm install
```
### CLI Commands
Start Development-mode with webpack:
```
npm start
```
Start bundel for NPM:
```
npm run bundle
```