Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

AJ-7885/Gatsby.JS-ecommerce-responsive-frontend-demo

Repository files navigation

Gatsby.JS-ecommerce-responsive-frontend-demo

Install

Make sure the NodeJS,NPM,GIT has been installed.

Check your development environment supports versions of Node back to v6 and npm to v3.

Then clone the project

git clone https://github.com/AJ-7885/Gatsby.JS-ecommerce-responsive-frontend-demo

Then you can run it by:

cd ecommerce-responsive-frontend-demo
npm install
npm run develop

To build and run the production on your local environment

npm run build
npm run serve

Deploy websites

npm install --global surge 

Then create a (free) account with them

surge

npm run build

ls public

surge public/

Or Can use Netlify to publish the website

Deploy to Netlify

Demo Video

IMAGE ALT TEXT HERE