Before starting this, please look at this requirements link and make sure, then go to the below.
Static Version
Open the lian-static/
folder in Visual Studio Code and lian
-ngopen a terminal
on that folder and run these commands one by one.
npm install
ng serve
- Go To localhost:4200
- Done
Dynamic Version
Strapi CMS
- Open the
lian-with-strapi/lian-api
and update theconfig/plugin.js
file as the cloudinary credentials. - config/database.js and update your PostgreSQL credentials.
- Create a database named lian-api and restore the lian-api-data from the downloaded bundle.
npm install
npm run develop
- Go To localhost:1337
- Login by the credential
Email: [email protected]
Password: lian1EnvyTheme
- Done
Angular Frontend
Open the
folder in Visual Studio Code and lian
-with-strapi/lian
-strapiopen a terminal
on that folder and run these commands one by one.
npm install
ng serve
- Go To localhost:4200
- Done