Skip to content

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

Notifications You must be signed in to change notification settings

kivo360/referral-frontend-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages