Thanks to visit codestin.com
Credit goes to github.com

Skip to content

operator/Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with The Marketplace App

1.Clone the app from the git repository

2.Copy the .env.example file to .env and change the REACT_APP_API_TOKEN value to your personal user token. Then delete the .env.example file

3.Run npm install on your command line

4.For development, run npm start

5.For production, run npm build

6.When deploying to hosting service: set two config variables for the hosting site to match the one in your .env folder with REACT_APP_API_TOKEN equaling your user token, and REACT_APP_API_BASE_URL=https://operator-node-app-32192-prod.herokuapp.com/

7.If deployling to Heroku, set the buildpack to this react buildpack https://github.com/mars/create-react-app-buildpack