Getting Started
Introduction

Introduction

MetaAds is a classified ads Theme built with MERN Stack (MongoDB, Express, React, Node.js) and Next.js, Tailwind CSS. It is a modern, beautiful, and responsive theme.

Metaads

Project Structure

After Donwnload the theme package from js template. You will see three folder.

The project is organized as a monorepo and comprises the following packages:

  • apps/site: The frontend is constructed using Next.js and Tailwind CSS. You will deploy this to vercel, netlify, aws amplify or any other hosting platform.
  • apps/backend: The backend is constructed using Node.js, Express.js, and MongoDB. You will deploy this to AWS EC2, Digital Ocean, Heroku, or any other hosting platform.
  • packages/eslint-config-custom: Configuration for ESLint, including eslint-config-next and eslint-config-prettier.
  • packages/tsconfig: The tsconfig.json file used throughout the monorepo.