11# python-django-react-sample-app
2+ 23Sample BigCommerce App using Python, Django, and React
34
45How to run it in Local machine ?
@@ -22,9 +23,10 @@ https://www.anaconda.com/products/individual
2223
2324FOr Ngrok :
2425In .env file use http instead of https for callBackURL for ngrok.
25- _____________________________________________________________________________________
2626
27- Steps to follow to install the app on BigCommercestore.
27+ ---
28+ 29+ Steps to follow to install the app on BigCommercestore.
2830
2931We will highly recommend watching video during installation app on the store.
3032Here is installation video
@@ -60,10 +62,6 @@ https://youtu.be/FKf5pOBC3z0
6062
616315.Click Reveal Config Variable and Add following Variables
6264
63- apiToken = dwvhv8miusl07noqz7ax5crh9iox7l4
64- 65- apiStoreHash = 4zjutairi8
66- 6765appClientId = elfctt4r8cai3u6cw4yg70lamxroke8
6866
6967appClientSecret = ee074094318cdbd56bba82dd7e1ba9df2f5794b51fdeb27c0e8ac0f88a95f904
@@ -80,7 +78,7 @@ appClientSecret = ee074094318cdbd56bba82dd7e1ba9df2f5794b51fdeb27c0e8ac0f88a95f9
8078
817921.Click Edit App and Go to Technical Tab of APP and Fill the following fields
8280
83- 22.Auth Callback URL (add cb /auth athe the end of heroku app url)
81+ 22.Auth Callback URL (add /auth at the end of heroku app url)
8482
858323.Load Callback URL
8684
@@ -92,4 +90,4 @@ appClientSecret = ee074094318cdbd56bba82dd7e1ba9df2f5794b51fdeb27c0e8ac0f88a95f9
9290
939127.from side Menue Apps > My Apps
9492
95- 28.go to My Draft Apps Tab and Install the App
93+ Note: To run React at development run "yarn run" and to compile Reactjs code run "yarn build" at root level folder.
0 commit comments