An open API service indexing awesome lists of open source software.

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.

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)