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
- Host: GitHub
- URL: https://github.com/genfirst/angular2-webpack-seed
- Owner: GenFirst
- License: mit
- Created: 2016-11-29T22:00:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T22:04:34.000Z (about 9 years ago)
- Last Synced: 2025-03-05T04:44:24.974Z (11 months ago)
- Topics: angular2-seed, bootstrap
- Language: TypeScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).