Actions
dev #3496
opendev #3495: [FE]: Starter Template and Theme Configuration
[FE]: Starter template initilization and configuration design design
Description
Objective:
Set up a stable foundation for the project using the existing codebase and necessary dependencies.
Tasks:
-
Clone the existing project repository. (https://github.com/compress-pdf/starter-template)
-
Create a next.js 15 project with typescripit
-
Install all required dependencies (Next.js, Tailwind CSS, TypeScript, Jest etc.).
-
Set up base folder structure:
/components/lib/hooks/styles/config
-
Add environment variables configuration (if required).
-
Ensure the project builds and runs successfully.
Deliverable:
A working starter project with a clean structure and all dependencies properly installed.
Actions