/ecommerce-store

A full stack application built using Next.js with React Server Components and Tailwind CSS.

Primary LanguageTypeScript

A full stack application built using Next.js with React Server Components and Tailwind CSS.

Getting Started

To run this project locally, you must first run the ecommerce-dashboard project.

Create a .env file in your root directory with the following environment variables from the ecommerce-dashboard project:

NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_BILLBOARD_ID=

Then, run the development server:

npm i

npm run dev

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

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

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!