Skip to content

This project was created to BossaBox Challenge - Front-end.

License

Notifications You must be signed in to change notification settings

thrsouza/vuttr-app

Repository files navigation

VUTTR - Very Useful Tools to Remember

This project was created to BossaBox Challenge - Front-end.

List items

list-sample

Add new tool (modal)

add-new-sample add-new-with-data-sample

Remove tool (modal)

remove-sample


How to Start Application?

Start the VUTTR Server API - back-end application (https://github.com/thiagodesouza/vuttr-server-mock);

Configure the .env file based into .env.example and run application!

Run Application

# install dependencies
$ yarn || npm install

# run application
$ yarn start || npm start

Run Application - Docker Container

# create an image
$ docker build -t vuttr-app .

# run application (port: 3099)
$ docker run --name vuttr-app -p 3099:3000 -d vuttr-app

Best regards,

Thiago Rodrigues de Souza
email: email@thiagodesouza.com.br
site: https://www.thiagodesouza.com.br

About

This project was created to BossaBox Challenge - Front-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages