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

https://github.com/genfirst/angular2-webpack-seed

A simple starter project demonstrating the basic concepts of Angular 2
https://github.com/genfirst/angular2-webpack-seed

angular2-seed bootstrap

Last synced: 7 months ago
JSON representation

A simple starter project demonstrating the basic concepts of Angular 2

Awesome Lists containing this project

README

          

## angular2-seed

A simple starter project demonstrating the basic concepts of Angular 2. Project is based on official [angular2 seed](https://github.com/angular/angular2-seed) project

### Added Libraries

* [sass](https://github.com/sass/node-sass)
* [bootstrap](http://getbootstrap.com/)
* [ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap)
* [font-awesome](http://fontawesome.io/)

### Usage
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed version 5+
- Make sure you have NPM installed version 3+
- **WINDOWS ONLY** run `npm install -g webpack webpack-dev-server typescript` to install global dependencies
- run `npm install` to install dependencies
- run `npm start` to fire up dev server
- open browser to [`http://localhost:3000`](http://localhost:3000)
- if you want to use another port, open `package.json` file, then change port in `--port 3000` script

## License

angular2-seed is released under [MIT License](https://opensource.org/licenses/MIT).