Pixer React Documentation
WelcomeHow It WorksTech We Have UsedAdmin DashboardShopMock APIInstallationFeaturesAvailable ScriptsCustomizationStyles and Assets
Back-End Integration
Deployment
New PageFAQSupportVersions

Tech We Have Used

We have used monorepo folder structure with Yarn Workspace. In our app we have three different services:

  • api
  • shop
  • admin

Tech specification for specific part is given below:

Admin Dashboard

  • NextJs
  • React-Query
  • Axios
  • Tailwind
  • Typescript
  • React Hook Form

Shop

  • NextJs
  • React-Query
  • Axios
  • Typescript
  • Tailwind
  • Stripe Integration
  • React Hook Form

Mock API

  • NestJS