theodesp / angular-es6-mobx-flux-example

A sample app featuring Flux and Angular 1.5 es6 with mobx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-es6-mobx-flux-example

A simple, example app for Angular using es6, mobx and flux. It uses open punkapi to retrieve beer information and display them to the user.

  • Webpack reasonable default config.
  • Good use of Angular components as from 1.5 see
  • Beautiful css theme using the wing.css
  • ES6, and ES7 support with babel.
  • Source maps included in all builds.
  • Development server with live reload.
  • No gulp and no grunt, just npm scripts.

Requirements

  • node ^4.5.0
  • yarn ^0.17.0 or npm ^3.0.0

Install

Install dependencies and check to see it works. It is recommended that you use Yarn for deterministic installs, but npm install will work just as well.

$ yarn install    # Install project dependencies
$ yarn start      # Compile and launch (same as `npm start`)

Thoughts

See and run the source to see it in action!

About

A sample app featuring Flux and Angular 1.5 es6 with mobx

License:MIT License


Languages

Language:JavaScript 85.7%Language:HTML 12.1%Language:Less 2.3%