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

https://github.com/rintoj/angular-reflux-starter

This repo is a seed project for getting started with new Angular framework and FLUX architecture with less boilerplate code.
https://github.com/rintoj/angular-reflux-starter

angular angular-cli angular-reflux angular2 flux typescript

Last synced: 2 months ago
JSON representation

This repo is a seed project for getting started with new Angular framework and FLUX architecture with less boilerplate code.

Awesome Lists containing this project

README

        

# angular-reflux-starter

> This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.28.3.

## Before you start

This repo is a seed project for getting started with new Angular framework and FLUX architecture with less boilerplate code.

Understand more about `angular-reflux` from [here](https://medium.com/@rintoj/angular-2-implementing-flux-architecture-a7f7e61039f2#.282udbt4i)

## Working with this project

```bash
# install modules (one time)
npm install

# start
npm start

# start
npm test

# build
npm run build

# build production build with AOT
npm run build:prod
```

### Hope this module is helpful to you. Please make sure to checkout my other [projects](https://github.com/rintoj) and [articles](https://medium.com/@rintoj). Enjoy coding!

## Contributing
Contributions are very welcome! Just send a pull request. Feel free to contact [me](mailto:[email protected]) or checkout my [GitHub](https://github.com/rintoj) page.

## Author

**Rinto Jose** (rintoj)

Follow me:
[GitHub](https://github.com/rintoj)
| [Facebook](https://www.facebook.com/rinto.jose)
| [Twitter](https://twitter.com/rintoj)
| [Google+](https://plus.google.com/+RintoJoseMankudy)
| [Youtube](https://youtube.com/+RintoJoseMankudy)

## Versions
[Check CHANGELOG](https://github.com/rintoj/angular-reflux-starter/blob/master/CHANGELOG.md)

## License
```
The MIT License (MIT)

Copyright (c) 2016 Rinto Jose (rintoj)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```