This is an E-commerce PWA(Progressive Web Application) built with Angular 4, Angular Material and Google Firebase

September 17, 2017 ยท View on GitHub

Live demo can be found here: (https://apfem-c20fc.firebaseapp.com/)

Requirements

Getting Started

  1. Clone the github repository to your project directory.
  2. cd to /your-project-directory/angular-pwa-firebase-ecommerce
  3. Run npm install to install all the application dependencies
  4. Run ng serve to start a development server, open your browser and navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

To run the development server on a custom development server port(eg: http://localhost:4201), run ng serve --port 4201

To customize the application theme to your taste, simply open apfem-theme.scss located in the src directory and make your changes. For more details on how to them your application, visit Theming Angular Material

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.