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

https://github.com/snipcart/next-snipcart-store


https://github.com/snipcart/next-snipcart-store

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![React ecommerce tutorial with Snipcart](https://www.datocms-assets.com/48401/1637161493-react-ecommerce-og.png)
# How to Build a React E-Commerce Web App

This is a demo project using [Snipcart](https://snipcart.com) to create an e-commerce store with [Next.js](https://nextjs.org/).

👀 **Read the step-by-step tutorial [here](https://snipcart.com/blog/react-ecommerce-tutorial)**

## Getting Started

### Environment File

Create a file called `.env.local` at the root of the project with:

```
NEXT_PUBLIC_SNIPCART_API_KEY="[Your Snipcart API Key]"
```

### Running the Project

Start your development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## 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!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.