A full stack application built using Next.js with React Server Components and Tailwind CSS.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!