An open API service indexing awesome lists of open source software.

https://github.com/semocodev/ngx-boilerplate

A basic boilerplate to start an Angular App. Includes Webpack2 to compile Typescript.
https://github.com/semocodev/ngx-boilerplate

angular boilerplate d3 ngx-charts sass typescript webpack2

Last synced: 4 days ago
JSON representation

A basic boilerplate to start an Angular App. Includes Webpack2 to compile Typescript.

Awesome Lists containing this project

README

          

# Angular Boilerplate

Inspired and based on [@angularclass/angular-starter](https://github.com/AngularClass/angular-starter) project.
Teradata [Covalent]( https://teradata.github.io/covalent/) UI Platform built on Angular-Material intergated.

## Keywords
* angular ^4.x
* webpack ^3.x
* typescript ^2.x
* covalent

## Getting Started

### Installing
```
npm install or yarn install
```

### Run
```
npm start or yarn start
```