kivo360 / referral-frontend-app

Front-end deployment server. Refer to referral-frontend-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Referral Frontend

The front-end application for your company's referral application. Make your modfications using react and port it to this async webserver.

referral

How to Install


To install, we use docker. Docker is the fastest installation. Run the following commands:

docker build -t referral_frontend .

That will give you the capacity to run a server using docker container. Then you run.

docker run -it -p 80:80 referral_frontend

This will let you test the UI server.

Test example: http://referral.funguaservices.com/#/user/register

About

Front-end deployment server. Refer to referral-frontend-react


Languages

Language:JavaScript 89.8%Language:CSS 9.2%Language:Python 0.9%Language:HTML 0.1%