Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 648 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 648 Bytes

Nuxt 3 Merch Store

A Nuxt 3 frontend that displays products from https://fakestoreapi.com/

Has stripe integration for first 3 items

Technologies

Stack

Project is created with:

  • Nuxt 3
  • JS

Packages

Project uses the following packages:

  • vueUse
  • pinia
  • tailwindCss
  • stripe

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http:https://localhost:3000

npm run dev

Preview

Checkout the Live Preview on: netlify to test it out.