Skip to content

sdras/ecommerce-netlify

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2019
Aug 26, 2019
May 16, 2020
Aug 8, 2020
Jul 9, 2019
Jul 4, 2019
May 11, 2020
Jul 8, 2019
Oct 11, 2019
May 16, 2020
Jul 4, 2019
Nov 27, 2019
Jul 4, 2019
Jul 17, 2019
Sep 4, 2020
Sep 4, 2020

Repository files navigation

πŸ› 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 run install

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

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

# generate static project
$ yarn generate or npm run generate

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