NorikDavtian / ng-store

A take on AngularJS and FireBase shopping cart project built for front and admin SPA app development Demo: https://ng-store.firebaseapp.com/
Other
41 stars 16 forks source link

ng-store

Angular Store

A simple store CRUD application demo with Angular and Firebase.

Installation

In order to get your local copy working follow these few steps.

  1. Signup for Firebase, and add a new app from your dashboard: https://www.firebase.com/account/
    1. (Optional) Setup Free hosting provided by Firebase https://ng-demo.firebaseio.com/?page=Hosting and follow the instructions, or use your own hosting. You don't need this if you are running a local server but would be nice to use this as our staging server.
    2. Go to your newly created app url and Import app-content/ng-store-export.json file for our demo configurations.
  2. change the .value('fbURL', 'https://ng-store.firebaseio.com/'); in app/main.js and app-admin/main.js to your newly created firebase app URL.
  3. Install Node modules by running $ npm install.. (Note: Install Grunt CLI, SASS and Compass if you have not already)
  4. Run Grunt tasks $ grunt

License

MIT & GPL3

Credits

This project was made possible thanks to these awesome projects.