File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -102,39 +102,6 @@ npm start
102102
103103This will run a bunch of build tools and a ` nodejs ` server to deploy the code locally.
104104
105- - ** Step 6** : Setup ngrok
106-
107- To avoid the API cors error, we can use ngrok to get a https url of project output.
108-
109- - Install ngrok
110- ``` bash
111- # On mac OS X
112- brew install ngrok
113- ```
114- ``` bash
115- # On Linux
116- sudo snap install ngrok
117- ```
118-
119- - Sign up & Get Auth Token
120- - Go to https://ngrok.com and sign up/log in.
121- - Find your Auth Token here: https://dashboard.ngrok.com/get-started/setup
122-
123- - Add your auth token
124- ``` bash
125- ngrok config add-authtoken < your-token>
126- ```
127-
128- - Since this app runs on port 8080, expose it to ngrok
129- ``` bash
130- ngrok http 8080
131- ```
132- - Get the forwarding URL from the command output
133- ``` bash
134- Forwarding https://1234abcd.ngrok.io -> http://localhost:8000
135- ```
136- - Open ` https://1234abcd.ngrok.io ` to see project output
137-
138105## Contributing
139106
140107[ Slack] ( https://khalis.slack.com/ ) channel.
You can’t perform that action at this time.
0 commit comments