Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/angular2-seed
https://github.com/angular/angular2-seed
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/angular/angular2-seed
- Owner: angular
- License: mit
- Archived: true
- Created: 2015-12-07T23:17:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T16:52:22.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T11:03:10.799Z (about 1 month ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 1,007
- Watchers: 104
- Forks: 639
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular-components - test-angular-seed-project - A simple starter Angular2 project. (Uncategorized / Uncategorized)
- awesome-angular - angular2-seed - A simple starter project demonstrating the basic concepts of Angular 2. (Uncategorized / Uncategorized)
- awesome-angular-components - test-angular-seed-project - A simple starter Angular2 project. (Uncategorized / Uncategorized)
README
## angular2-seed
A simple starter project demonstrating the basic concepts of Angular 2.
### 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 other port, open `package.json` file, then change port in `--port 3000` script