Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayeshsojitra103/next-weather-app
https://github.com/jayeshsojitra103/next-weather-app
css3 docker docker-compose html5 next-project nextjs react-project reactjs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayeshsojitra103/next-weather-app
- Owner: jayeshsojitra103
- Created: 2022-08-07T10:18:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T10:54:04.000Z (over 2 years ago)
- Last Synced: 2023-03-22T07:44:00.258Z (over 1 year ago)
- Topics: css3, docker, docker-compose, html5, next-project, nextjs, react-project, reactjs
- Language: JavaScript
- Homepage: https://next-weather-app-rho.vercel.app/
- Size: 2.36 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
[https://next-weather-app-rho.vercel.app/](https://next-weather-app-rho.vercel.app/)
## Getting Started
First, run the Docker Command: This command will create an image and start continer service on giver port
```bash
docker-compose up
# or
## -d we can start up the container and could use the console after startup for other commands.
docker-compose up -d##Stop Container
docker-compose down
```run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.