Before starting this please have a look at this requirements link and make sure, then go to the below.
If you decided to use the Zaxon Strapi version then please jump into #2.
Static Version
- Open the
zaxon-ng-static/zaxon-ng folder and open a terminal/bash/command
on that folder and run these commands one by one.npm install
ng serve
- Go To localhost:4200
- Done
Folder Structure

Dynamic Version
Strapi CMS
- Open the
zaxon-with-strapi/zaxon-api
and update theconfig/plugin.js
file as the cloudinary credentials. config/database.js
and update as your PostgreSQL credentials.- Create database as named
zaxon-api
and restore thezaxon-api-data
from downloaded bundle. npm install
npm run develop
- Go To localhost:1337
- Login by the credential
Email: [email protected]
Password: HiBootstrap1Zaxon
- Done
Folder Structure

Zaxon API Data Folder

Angular Strapi Frontend
Open the zaxon-with-strapi/zaxon-strapi folder and open a terminal/bash/command
on that folder and run these commands one by one.
npm install
ng serve
- Go To localhost:4200
- Done
Folder Structure

Still, confused? Don’t worry! Check the installation and configuration Video Tutorial below-