https://github.com/nathanwalker/angular2-webpack-seed
Sample webpack seed project based on https://github.com/preboot/angular2-webpack with improved directory structure for multiple platform targets.
https://github.com/nathanwalker/angular2-webpack-seed
Last synced: 10 months ago
JSON representation
Sample webpack seed project based on https://github.com/preboot/angular2-webpack with improved directory structure for multiple platform targets.
- Host: GitHub
- URL: https://github.com/nathanwalker/angular2-webpack-seed
- Owner: NathanWalker
- License: mit
- Created: 2016-04-29T00:15:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T17:49:29.000Z (about 10 years ago)
- Last Synced: 2024-12-31T19:55:58.278Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular2-webpack-seed
A simple Angular 2 seed that has a directory structure ready for integration with other platforms like [NativeScript](https://www.nativescript.org/). This is primarily provided to demo the integration with [nativescript-ng2-magic](https://github.com/NathanWalker/nativescript-ng2-magic).
This is based on [angular2-webpack](https://github.com/preboot/angular2-webpack).
```bash
# clone our repo
$ git clone https://github.com/NathanWalker/angular2-webpack-seed.git
# change directory to your app
$ cd angular2-webpack-seed
# install the dependencies with npm
$ npm install
# start the server
$ npm start
```
go to [http://localhost:8080](http://localhost:8080) in your browser.
# License
[MIT](/LICENSE)