Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eneax/ecommerce-store
- Owner: eneax
- Created: 2023-08-14T17:38:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T17:33:16.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:16:43.887Z (6 months ago)
- Topics: nextjs, react-server-components, reactjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 448 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 inpm 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!