paitonic / angularjs-starter-kit

Starter kit for developing web applications with Angular 1.7.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angularjs-starter-kit

Starter kit for developing web applications with Angular 1.7.8.

What's in a box?

  • AngularJS 1.7.8
  • Webpack 4
  • Sass
  • Karma
  • Jasmine
  • ESLint
  • angular-ui-router
  • angular-resource
  • css autoprefixer (with PostCSS)
  • babel-plugin-angularjs-annotate (for automatic dependency injection annotations)

Commands

Start the development server

yarn start

Make production build

yarn build

Fix ESLint warnings

yarn eslintfix

Run unit tests

yarn test

Karma will look after files which match the *.test.js pattern in src/ directory

About

Starter kit for developing web applications with Angular 1.7.x

License:MIT License


Languages

Language:JavaScript 86.4%Language:HTML 11.3%Language:CSS 2.3%