Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eneax/ecommerce-store

A full stack application built using Next.js with React Server Components and Tailwind CSS.
https://github.com/eneax/ecommerce-store

nextjs react-server-components reactjs tailwindcss

Last synced: about 11 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

A full stack application built using [Next.js](https://nextjs.org) with [React Server Components](https://vercel.com/blog/understanding-react-server-components) and [Tailwind CSS](https://tailwindcss.com).

## Getting Started

To run this project locally, you must first run the [ecommerce-dashboard](https://github.com/eneax/ecommerce-dashboard) project.

Create a `.env` file in your root directory with the following environment variables from the [ecommerce-dashboard](https://github.com/eneax/ecommerce-dashboard) project:

```js
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_BILLBOARD_ID=
```

Then, run the development server:

```bash
npm i

npm run dev
```

Open [http://localhost:3001](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:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!