Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.33 KB

File metadata and controls

32 lines (21 loc) · 1.33 KB

🛍 Ecommerce Store with Netlify and Shopify

Serverless ecommerce platform with Nuxt, Netlify and Shopify

Demo site is here: E-Commerce Store

screenshot of site

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

I took inspiration from these two articles explaining how this site is set up:

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