Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 682 Bytes

shopify-express-application

How to run

Download and install Ngork ()

  1. Go https://dashboard.ngrok.com/ and you can simply login using your Gmail or Github account.
  2. Install and start ngorl.

Sample

Joshuas-MBP:~ Joshua$ mv ~/Downloads/ngrok /usr/local/bin/
Joshuas-MBP:~ Joshua$ chmod +x /usr/local/bin/ngrok 
Joshuas-MBP:~ Joshua$ ngrok authtoken {Your ngork token}
Authtoken saved to configuration file: /Users/Joshua/.ngrok2/ngrok.yml
Joshuas-MBP:~ Joshua$ ngrok http 3000

Clone project

git clone https://github.com/joshua-jd-lee/shopify-express-application.git

Run the porject

npm install
node index.js

Have fun... Bye~