- Notifications
You must be signed in to change notification settings - Fork3
topcoderinc/dsp-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CopyenvSample as.env.Install node dependencies usingnpm installRun the development server usingnpm run start
You can edit them in.env file.
Make sure your variables are defined in .env first.
Install the heroku config plugin:
heroku plugins:install heroku-config```git initgit add .git commit -m "react-create-app on Heroku"
make sure commit all codes and usually you do not need to run above command if you are sure your codes in git repo is latest.
heroku createheroku buildpacks:add heroku/nodejsheroku buildpacks:addhttps://github.com/mars/create-react-app-buildpack.git
heroku config:push
git push heroku HEAD:masterheroku open
You can use new configuration with below commands from [set-vars-on-heroku](https://github.com/mars/create-react-app-buildpack#set-vars-on-heroku).heroku config:set REACT_APP_API_BASE_PATH=new base urlgit commit --allow-empty -m "Set REACT_APP_API_BASE_PATH config var"git push heroku HEAD:master```
About
Topcoder Drone Series Front End
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.