This project demonstrates a simple e-commerce application for an imaginary organic shop. It is built with Angular, Firebase and Bootstrap
https://oshop-f6e05.firebaseapp.com/
Before running this application on your machine, create a Firebase project. You need to replace the Firebase settings I've defined in /src/environments with the settings of your own Firebase project.
Clone this repository
Run cd organic-shop
in terminal
Run npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run ng build --prod --aot=false
Run firebase deploy