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

Dynamic Version
Strapi CMS
- Open the
texap-react-nextjs-with-api/texap-api
and update thetexap-api
/config/plugin.js
file as the cloudinary credentials. - Open the pgAdmin server & create the database name like
and restore thetexap-api
from the downloaded bundle.texap-api-data
- Open the
and update your PostgreSQL credentials & database name.
/config/database.jstexap-api
- Run the command
npm install
- Run the command
npm run develop
- Go To localhost:1337
- Login by the credential
Email: [email protected]
Password: EnvyTheme2
- Done
Folder Structure

Texap API Data Folder

Next.js Frontend
3. Open the texap-react-nextjs-with-api/texap folder and open a terminal/bash/command
on that folder and run these commands one by one.
npm install
npm run dev
- Go To localhost:3000
- Done
Folder Structure

Still confused? Don’t worry! Check the installation and configuration Video Tutorial below-
Please follow the referenced video to get the installation and setup process it will guide you to do that.