https://github.com/coolshare/angular2starterkit
https://github.com/coolshare/angular2starterkit
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coolshare/angular2starterkit
- Owner: coolshare
- License: mit
- Created: 2017-05-11T19:30:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T19:34:46.000Z (about 9 years ago)
- Last Synced: 2025-07-23T04:43:44.239Z (11 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- 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.
### 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