Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axendeveloper/shopping-cart

A simple shopping cart application built with Next.js and xState.
https://github.com/axendeveloper/shopping-cart

nextjs shopping-cart typescript xstate

Last synced: 22 days ago
JSON representation

A simple shopping cart application built with Next.js and xState.

Awesome Lists containing this project

README

        

# (NextJS/xState) Shopping Card

A simple shopping card application built with Next.js and xState.

## 📦 Env

Before running the application, you need to create a `.env` file with content form `.env.example` file.

## 🧰 Install

```bash
pnpm install
# or
npm install
# or
bun install
# or
yarn install
```

## 🚀 Run

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

## 📦 Build

```bash
pnpm build
# or
npm run build
# or
bun build
# or
yarn build
```

## 🚢 Deployment

```bash
pnpm start
# or
npm start
# or
bun start
# or
yarn start
```

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