Skip to content

enspiral-dev-academy/angular-workshop

Repository files navigation

angular-workshop

This is a sample angular app to demonstrate some of the core concepts and tools and is designed to give people familiar with javascript their first introduction to angular.

Each branch introduces a new concept and are designed to be followed sequentually.

Setup

  • Install node, bower, grunt then
npm install
bower install
grunt serve

Tests

both the grunt server and the selenium server (webdriver-manager start) need to be running before you can run your tests with grunt protractor

You may need to run sudo npm install -g webdriver-manager if you get a permission error when running selenium.

Links

DOM Notes

Auth

  • hosted services can save you a ton of time when prototyping but be ready to switch them out for your own backend Firebase would be our main pick though Hoist is a local alternative
  • if rolling your own consider token based authentication

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published