Status affilate T&C agreement landing page
Go to file
jinhojang6 361bec095e
Update footer
2020-11-10 22:38:06 +09:00
public Update metadata of the landing page 2020-11-10 22:33:53 +09:00
src Update footer 2020-11-10 22:38:06 +09:00
.gitignore Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
Jenkinsfile Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
README.md Update README 2020-11-10 01:47:19 +09:00
craco.config.js Start project 2020-11-06 04:01:29 +09:00
package.json Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
tailwind.config.js Start project 2020-11-06 04:01:29 +09:00
yarn.lock Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00

README.md

Status affiliate

Status affilate T&C agreement landing page.

Development

yarn install
yarn start

Production

yarn install
yarn run build
yarn run deploy

REST API URL

# src/utils/api.js

axios.defaults.baseURL = 'http://localhost:1337';

Replace 'http://localhost:1337' with the backend HOST or DNS. It's gonna be used for http://{HOSTorDNS}/responses(POST).