This is an E-commerce PWA(Progressive Web Application) built with Angular 4, Angular Material and Google Firebase
Live demo can be found here: (https://apfem-c20fc.firebaseapp.com/)
- Clone the github repository to your project directory.
- cd to /your-project-directory/angular-pwa-firebase-ecommerce
- Run
npm install
to install all the application dependencies - Run
ng serve
to 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.