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

https://github.com/thuyencode/homepage-for-the-odin-project

Project: Homepage | The Odin Project
https://github.com/thuyencode/homepage-for-the-odin-project

theodinproject

Last synced: 2 months ago
JSON representation

Project: Homepage | The Odin Project

Awesome Lists containing this project

README

          

# Project: Weather App

The design of this project is inspired by [Eldar Pashazade's work](https://github.com/eldarlrd/portfolio).

[More detail information here](https://www.theodinproject.com/lessons/node-path-javascript-weather-app).

## Getting started

First, install all the dependencies:

```bash
npm install
```

To run the dev server:

```bash
npm run dev
```

To export and preview the production build:

```bash
npm run build
npm run preview
```