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.
- Host: GitHub
- URL: https://github.com/semocodev/ngx-boilerplate
- Owner: semocodev
- License: mit
- Created: 2017-04-15T09:18:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T15:58:14.000Z (almost 9 years ago)
- Last Synced: 2026-06-06T05:26:31.344Z (12 days ago)
- Topics: angular, boilerplate, d3, ngx-charts, sass, typescript, webpack2
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```