docker-compose run app npm install
docker-compose up -d
Go to http://localhost:8080
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit
docker-compose run app npm install
docker-compose up -d
Go to http://localhost:8080
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit