DiegoBeker / weather-forecast

Home Page:https://levo-um-casaquinho-85gc.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Levo um casaquinho?

Deploy

https://levo-um-casaquinho-85gc-hmu4ckehf-diegobeker.vercel.app/

Run Application

Set up the Environment Variables using the file .env.example

Run the following commands

 npm install
 npm run preview

Run docker image

docker run -d --name my-container -p 8081:80 diegobeker/desafio

Check it out on localhost/8081

Build docker image from this project

Clone this repository and run

docker build -t myusername/myimage:tag .
docker run -d --name my-container -p 8080:80 myusername/myimage:tag

Check it out on localhost/8080

About

https://levo-um-casaquinho-85gc.vercel.app


Languages

Language:JavaScript 81.1%Language:CSS 12.8%Language:HTML 3.9%Language:Dockerfile 2.2%