Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/angular2-browserify-starter
An Angular 2 starter application using Browserify for bundling
https://github.com/brandonroberts/angular2-browserify-starter
Last synced: about 1 month ago
JSON representation
An Angular 2 starter application using Browserify for bundling
- Host: GitHub
- URL: https://github.com/brandonroberts/angular2-browserify-starter
- Owner: brandonroberts
- License: mit
- Created: 2015-11-27T16:10:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T14:40:22.000Z (over 8 years ago)
- Last Synced: 2024-11-03T04:12:59.798Z (about 2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 2 Browserify Starter
An Angular 2 starter application using Browserify for bundling
## Installation
Clone this repo
Install the dependencies
npm install
Build the app
npm start
Navigate to http://localhost:8080 in your browser