https://github.com/evilfreelancer/codeline-frontend
The solution of a simple test task for Codeline.io
https://github.com/evilfreelancer/codeline-frontend
codeline docker docker-compose frontend vue vuejs
Last synced: 26 days ago
JSON representation
The solution of a simple test task for Codeline.io
- Host: GitHub
- URL: https://github.com/evilfreelancer/codeline-frontend
- Owner: EvilFreelancer
- License: mit
- Created: 2018-07-17T13:52:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T13:55:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T15:15:41.208Z (over 1 year ago)
- Topics: codeline, docker, docker-compose, frontend, vue, vuejs
- Language: Vue
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codeline Frontend
Yep, $this project is VueJS based and packed in Docker container, so you
just need type few commands to make it work.
## How to use
### 1. Preparation
Clone the repo and change your work directory to root of sources
git clone https://github.com/EvilFreelancer/codeline-frontend.git
cd codeline-frontend
Now you need prepare docker compose config file:
cp docker-compose.yml.dist docker-compose.yml
Inside `docker-compose.yml` you need change the values to the ones you
need, for example you do not want to tun this project on `80` port, to
fix that you need just change this line `80:80` to what you need (`7777:80`).
docker-compose build
docker-compose up -d
The shortest instruction out of all, I know, that's because everything
is already pre-configured via NPM and you just need run it.
## The End
Now you just need open following page http://localhost in your browser
and you will get the result of my work.
Thanks for reading!