Skip to content

bendevaloper/bf

Repository files navigation

Axtro Laravel Nextjs

This is Multi-vendor Ecommerce project. Sell Gaming product in this site. User can easily register as a seller and sell his product and also user can buy product this site.

Table of Contents

Developer Guide

First, run the development server:

npm install
npm run dev
# or
yarn
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

📌 Must Know Some Important Folder Structure

  • Root/app => Add all pages in this folder using page.js.
  • Root/components => Add all components in this Folder.
  • Root/components/Containers => When you need client Component pages then create here and call it page.js file. Please do not use 'use client' flag in page.js file.
  • Root/components/Context => When you need context then create here.
  • Root/components/Helper => Add common components here.
  • Root/Sections => Add page section component here and when need then call it into page.js
  • Root/Ui => Add Default Ui like Error,Success,Warning,Confirmation Modal,Loading etc.
  • Root/store => Add store related functionality
  • Root/utilities => Add custom helper js function
  • Root/components/Partials => Partials contained website page header, footer, Layouts

Note: If you need more folder and file in components folder then you can create. It's just an initial Structure

Technologies Used

  • React v18
  • NextJS v12
  • TailwindCSS v3.4.0
  • Reduxjs/toolkit

License

No License at this moment

Acknowledgements

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published