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
npm install --global surge
surge
npm run build
ls public
surge public/