-
released this
2025-08-01 22:01:22 +02:00 | 0 commits to v1.0.1-local since this releaseWeather app - v1.0.1-local
Changelog
- Fixed bugs
- Added Docker functionality
Upcoming features
- Responsive design for mobile
- More information about the weather
Installation
You can also see the instructions in the
README.md
file and in the git repo wikiPrerequisites
To install and run this application, you need the following tools:
- Git (for cloning the repository)
and
- Node.js (v14 or higher)
- npm (Node Package Manager)
or
- Docker (for running the app in a container)
1st step - Get the source code
You can either clone the repository or download the latest release. Keep in mind that the cloned version may contain bugs.
- Clone the repository:
git clone https://git.the1s.de/theis.gaedigk/weather-app.git
or
- Download the latest release from the releases page.
- Unzip the downloaded file to your desired location.
2nd step - Using Node.js and npm
- Navigate to the frontend project directory:
cd weather-app/frontend
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:7002
to view the app.
Note: There is also a backend server directory, which is currently not in use. - You can ignore it for now.
or
2nd step - Using Docker
- Navigate to the root path project directory:
cd weather-app
- Run in a Docker container:
docker compose up -d --build
- Open your browser and go to
http://localhost:7002
to view the app.
Note: There is also a backend server directory, which is currently not in use. - You can ignore it for now.
Downloads
-
First Full Release! Stable
released this
2025-08-01 19:58:19 +02:00 | 0 commits to v1.0.0-local since this releaseTo install the app locally, take a look at the reademe file!
Downloads