chihab / angularjs-styleguide-sample

Angular 1.x styleguide (ES2015) Sample App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 1.x styleguide (ES2015) Sample App

Build Status

This sample app follows Architecture, file structure, components, one-way dataflow and best practices suggested by @toddmotto on this repo angular-styleguide

The app is really really simple, it is supposed to be a starting point to building an Angular 1.x app using es2015.

It is also a good companion to reading the Style Guide.

Install


git clone https://github.com/chihab/angular-styleguide-sample
cd angular-styleguide-sample
npm install
npm run build
npm start

Go to http://localhost:8080/

I am working on a more eye friendly version (using angular-ui).

Chihab Otmani

About

Angular 1.x styleguide (ES2015) Sample App


Languages

Language:JavaScript 97.2%Language:HTML 2.8%