Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axendeveloper/shopping-cart
- Owner: aXenDeveloper
- Created: 2024-04-14T14:14:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T14:23:10.000Z (9 months ago)
- Last Synced: 2024-10-26T23:48:45.402Z (2 months ago)
- Topics: nextjs, shopping-cart, typescript, xstate
- Language: TypeScript
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.