This is an open source ionic template that consumes a Woocommerce
based API. With this app, you can have your store setup with core features that could be scaled to any extend as per your store configurations.
The project is an
angular
basedionic
app
These are the main files and folders used:
- components : Generic components are placed here.
- pages : App pages to render the components as per route configuration.
- services : This folder contains domain specific services that conencts the application to the API
- app-routingModule.ts : Routing configuration of the app
- http.interceptor.ts : Application request inteceptor to have request making logic, authentication headers, token etc at one place.
- View products by category
- Add/remove cart actions
- Search products in store
- Cart page actions - Coupons, update/remove items etc.
- Login with Social sites (Coming soon)
Steps to setup this locally:
- Run
npm install
to install dependencies. - Update
environments/environment.ts
file for woocommerce store credentials. - Run
ionic serve
to run the development server.
And that's it! 🎉