Skip to content

Wine listing, sorting, filtering, searching sample application.

Notifications You must be signed in to change notification settings

furkanyilmazx/wineway

Repository files navigation

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 [email protected]: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