-
git clone https://github.com/vzro/zappts-frontend.git
-
cd zappts-frontend
-
sudo docker run --rm -p 3000:3000 -v ${PWD}/app:/app -v /app/node_modules avoidzero/zappts-frontend:dev
-
git clone https://github.com/vzro/zappts-frontend.git
-
cd zappts-frontend
-
sudo docker-compose up
sudo docker run --rm -p 3000:80 avoidzero/zappts-frontend:prod
sudo docker-compose -f docker-compose.prod.yml up
You can also simply clone the repository from GitHub and run it with npm install && npm start