Skip to content

A basic Angular project that is set up with authentication so that you have a starting point for your project.

Notifications You must be signed in to change notification settings

shawnmacburnie/Angular-auth-setup

Repository files navigation

Angular app with user authentication all ready to go.

This repo is for starting an angular project that has user authentications ready to go right out of the box. Great for hackathons where you need user authentication and you want a blank project ready to go with user auth.

  • how to run
$ npm install && bower install
  • if you dont already have this you will need to run
$ npm install -g grunt-cli
  • To run website
$ grunt serve
  • to run server
$ node server/
  • This will need a mongo database running.
$ sudo mongod

About

A basic Angular project that is set up with authentication so that you have a starting point for your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published