thiagohsr / dasa-code-challenge

Dasa Code Challenge frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Dasa Code Challenge frontend

App to retrieve repositories to given user of github platform. Visit app on heroku.

Dependencies to run and test the project

Install dev dependencies

Install dev dependencies

The command above wil install needed dependencies to local run and develop the project.

make setup

Compiles, hot-reloads for development

Before compile it will serve application by default in http://localhost:8080

make dev

Run your unit tests or run tests and watch for modifications

make test
or
make test:watch

Compiles and minifies for production

This will compile and building artifacts of our source files that's we simple publish on some static server and use the application. After this command runs, the dist folder contains our deliverable.

make production

Containerized

Build the docker container and run container

make docker-build
make docker-run

If you prefer develop the project inside a running container, exec this one:

make docker-run-dev

Customize configuration

Because this application has his base code generated/based in vue cli, I'll drop this link as reference here. See Configuration Reference.

About

Dasa Code Challenge frontend


Languages

Language:JavaScript 70.6%Language:Vue 25.3%Language:Makefile 1.8%Language:HTML 1.7%Language:Dockerfile 0.6%