Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genfirst/angular-bootstrap-demo
Angular 2 project with sass preprocessor, bootstrap, font-awesome and ng2-bootstrap
https://github.com/genfirst/angular-bootstrap-demo
angular-cli angular2 bootstrap font-awesome ng2-bootstrap seed
Last synced: 25 days ago
JSON representation
Angular 2 project with sass preprocessor, bootstrap, font-awesome and ng2-bootstrap
- Host: GitHub
- URL: https://github.com/genfirst/angular-bootstrap-demo
- Owner: GenFirst
- License: mit
- Created: 2017-01-22T12:19:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T21:21:29.000Z (about 8 years ago)
- Last Synced: 2024-11-15T07:12:15.721Z (3 months ago)
- Topics: angular-cli, angular2, bootstrap, font-awesome, ng2-bootstrap, seed
- Language: CSS
- Size: 23.4 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-bootstrap-demo
angular-bootstrap-demo is Angular 2 seed project created with Angular CLI. It includes some common libraries:
* [Bootstrap](http://getbootstrap.com/)
* [ng2-bootstrap](https://github.com/valor-software/ng2-bootstrap/)
* [Font Awesome](http://fontawesome.io/)## About
This application was created as material that is described in blog post.
## What You Need To Install?
* [Node.js](https://nodejs.org/en/)
* [Angular CLI](https://cli.angular.io/)## How To Start Application?
In order to star application you need to execute next commands:
* `npm install`
* `ng serve`More information about how to use Angular CLI can be found [here](https://github.com/angular/angular-cli#table-of-contents) and [here](https://cli.angular.io/reference.pdf).
## License
angular-bootstrap-demo is released under [MIT License](https://opensource.org/licenses/MIT).