Skip to content

myoneray/angular-es6-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-es6-example

  • angular 1.x
  • es6
  • webpack
  • bootstrap
  • oclazyload
  • angular-ui-router

Install

# Install 
npm install

Development

npm run dev

Now, navigate to http://localhost:8080 in your browser and develop.

Test(Karma Jasmine Protractor)

unit test

npm run test

e2e test

# Start the application in one command prompt
npm run dev
# Start webdriver in another command prompt(Make sure you have java environment.)
webdriver-manager start
# Run e2e test in a third command prompt
npm run e2e

Deploy

npm run build

About

angular1.x es6 webpack karma jasmime protractor example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • HTML 7.2%
  • CSS 1.7%