Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.16 KB

🛍 Ecommerce Store with Netlify Functions and Stripe

A serverless function to process stripe payments with Nuxt, Netlify, and Lambda

Demo site is here: E-Commerce Store

screenshot of site

There are two articles explaining how this site is set up:

Build Setup

# install dependencies
$ yarn install or npm install

# serve with hot reload at localhost:3000
$ yarn dev or npm dev

# build for production and launch server
$ yarn build or npm build
$ yarn start or npm start

# generate static project
$ yarn generate or npm generate

For detailed explanation on how things work, checkout Nuxt.js docs.