Skip to content

someshwaranM/Ecommerce-project-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce template

This repo contains a minimal e-commerce application in Node. This repo will document the many ways you can deploy this application.

Prerequisties:

This project will require NodeJS and NPM installation on your Mac / Window or Linux: https://nodejs.org/en/

Run locally

  1. Download the application using Git or in zip.

  2. Run the project locally using the commands:

cd Ecommerce-template-swiftype
npm install
npm start
  1. Check if the application is running locally from: 127.0.0.1:5100:
server running on port 5100

Expose to the world

Now we need to expose the site on a public tunne, so that we can use the crawler. Thus we will use localtunnel.

  1. Installation:
#Using brew : https://formulae.brew.sh/formula/localtunnel
brew install localtunnel

#Using NPM : https://www.npmjs.com/package/localtunnel
npm install -g localtunnel
  1. Setup a tunnel to you local server on port 5100
lt --port 5100

# Result
your url is: https://xyz.loca.lt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.5%
  • CSS 11.4%
  • SCSS 6.3%
  • JavaScript 0.8%