Skip to content

heyjustin/angular-es6-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-es6-template

A template for development of angular applications using ECMAScript 6 Syntax.

  • Makes use of jspm for browser package management

Pre-requisites

1. Install nodejs (requires version >= 0.12)

2. Install gulp globally

$ npm install -g gulp

3. Install jspm globally

$ npm install -g jspm

### Installation

1. Clone or fork this repository

2. Install local npm dependencies

$ npm install

3. Install local jspm dependencies

$ jspm install

4. Run the application

$ gulp

TODO

  • Minify code
  • ngInject to prevent minification errors
  • Migrate to ui-router
  • bootsrap for styles

About

Template for working on an angular application written in es6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published