1.1.3 • Published 10 months ago

nextfit v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

NextFit - Front - Rodar local

NodeJs - v11.0.0

Download

https://nodejs.org/dist/latest-v11.x/

GIT

Download

https://git-scm.com/download/win

Install

git clone https://gitlab.com/douglaswaltricke/fitastic-front-end.git
git config user.name ""
git config user.email ""
git config --global push.default simple

npm install
bower install
gulp build

Start

npm start

Other commands

npm install bower -g npm install gulp -g

Docker Build and Run Locally

  • Buildar a imagem
docker build -t front:v1 .
  • Executar imagem
docker run -it --rm -p 3000:80 --name sistema-front front:v1

Docker Run - Azure Container Registries

  1. Fazer Login no ACR
  2. Executar a imagem com a tag desejada:
docker run -p 3000:80 --name sistema-front nextfit.azurecr.io/sistema-front:latest
  • a tag latest é referente ao último commit feito na branch master.