Skip to content

angular-bolivia/angularjs-starter

Repository files navigation

AngularJS Starter Project

Used tools

  • bower and Scripts injection for dependencies
  • gulp tasks
  • Use pure old JavaScript
  • Pure CSS for styling
  • UI-Roter module

Install dependencies

yarn install
bower install

Development server

Run gulp serve for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Serving files from dist

Run gulp serve:dist. This will allow run your application into distribution mode.

Build

Run gulp build to build the project. The build artifacts will be stored into dist/ directory.

Running unit tests

Run gulp test to execute the unit tests via Karma.

About

An AngularJS starter project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published