Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvaverka/weather-app-client-js

Frontend weather web app
https://github.com/jvaverka/weather-app-client-js

Last synced: 24 days ago
JSON representation

Frontend weather web app

Awesome Lists containing this project

README

        

# Weather App Frontend

Frontend weather web app using HTML, CSS, vanilla JavaScript and EJS.

[Express application generator](https://expressjs.com/en/starter/generator.html) provided the initial project structure.

## Run Locally

Clone the project.

```shell
git clone https://github.com/jvaverka/weather-app-client-js.git
```

Install the dependencies.

```shell
cd weather-app-client-js
npm install
```

Serve the app.

```shell
DEBUG=weather-app-client-js:* npm start
```