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
- Clone the github repository to your project directory.
- cd to /your-project-directory/angular-pwa-firebase-ecommerce
- Run
npm installto install all the application dependencies - Run
ng serveto start a development server, open your browser and navigate tohttp://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.