Skip to content

Latest commit

 

History

History

sa-frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Starting the Frontend Locally

$ yarn start

Building the application

$ yarn build

Building the container

$ docker build -f Dockerfile -t sa-frontend .

Running the container

$ docker run -d -p 80:80 sa-frontend