Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

chihab/angularjs-styleguide-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published