furkanyilmazx / wineway

Wine listing, sorting, filtering, searching sample application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WineWay APP

WineWay app developed as hobby project.

Netlify Status

LIVE DEMO

You can find out live demo on URL

Usage

Clone repository with one of the following ways and start coding.

with HTTPS:

git clone https://github.com/furkanyilmazx/wineway.git

with SSH:

git clone git@github.com:furkanyilmazx/wineway.git

Install Dependencies

yarn

Start to Development

yarn start

Build to Production

yarn build

Deployment

Build as Docker image

docker build --rm -t wineway .

Run as a Docker container

docker run -di --name wineway -p 8888:80 wineway

Install from Docker hub

docker pull furkanyilmaz/wineway:latest
docker run -di --name wineway -p 8888:80 furkanyilmaz/wineway:latest

Open App on local (Dockerized App)

Open Local

About

Wine listing, sorting, filtering, searching sample application.


Languages

Language:JavaScript 93.3%Language:CSS 4.3%Language:HTML 2.2%Language:Dockerfile 0.1%