Skip to content

A demo application for ng-conf 2016 to demonstrate a component based architecture with Angular 1.5

Notifications You must be signed in to change notification settings

petebacondarwin/ng1-component-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 1.5 Component Demo

A demo application for ng-conf 2016 to demonstrate a component based architecture with Angular 1.5

Running

You just need a web server, which is setup to rewrite to index.html. Luckily we have one to hand in lite-server:

npm install
npm start

Unit Testing

npm test

Code Linting

npm run lint

End-to-End Testing

You also need the web server to be serving the app while running the E2E tests. Use npm start (on a separate terminal window) to start the web server first.

npm run e2e

About

A demo application for ng-conf 2016 to demonstrate a component based architecture with Angular 1.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published