Edon – Angular Template Documentation

Local Installation

Local Installation

Before starting this, please look at this requirements link and make sure, then go to the below.

Static Version

Open the edon-static/edon-ng folder in Visual Studio Code and open a terminal on that folder and run these commands one by one.

  1. npm install
  2. ng serve
  3. Go To localhost:4200
  4. Done

Folder

Dynamic Version

Strapi CMS

  1. Open the edon-with-strapi/edon-api and update the config/plugin.js file as the cloudinary credentials.
  2. config/database.js and update as your PostgreSQL credentials.
  3. Create database as named edon-api and restore the edon-api-data from downloaded bundle.
  4. npm install
  5. npm run develop
  6. Go To localhost:1337
  7. Login by the credential Email: [email protected] Password: edon1EnvyTheme
  8. Done

Edon API Data Folder

Angular Frontend

Open the edon-with-strapi/edon-strapi folder in Visual Studio Code and open a terminal on that folder and run these commands one by one.

  1. npm install
  2. ng serve
  3. Go To localhost:4200
  4. Done

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

Please follow the referenced video to get the install and setup process it will guide you to do that.