This repo contains a minimal e-commerce application in Node. This repo will document the many ways you can deploy this application.
This project will require NodeJS and NPM installation on your Mac / Window or Linux: https://nodejs.org/en/
-
Download the application using Git or in zip.
-
Run the project locally using the commands:
cd Ecommerce-template-swiftype
npm install
npm start
- Check if the application is running locally from:
127.0.0.1:5100
:
server running on port 5100
Now we need to expose the site on a public tunne, so that we can use the crawler. Thus we will use localtunnel.
- Installation:
#Using brew : https://formulae.brew.sh/formula/localtunnel
brew install localtunnel
#Using NPM : https://www.npmjs.com/package/localtunnel
npm install -g localtunnel
- Setup a tunnel to you local server on port 5100
lt --port 5100
# Result
your url is: https://xyz.loca.lt