Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 763 Bytes

README.md

File metadata and controls

60 lines (39 loc) · 763 Bytes

url-uuid-app

Description

This project is about

How to run the project:

Run this command

docker-compose up

You should be then, able to visit localhost://8080 and see the result. This is running in dev mode, so you can work with the code and see the updates.

When you are finished:

docker-compose stop

If you want to run the unit tests:

npm run test:unit

Other Commands without using Docker:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.