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
- Host: GitHub
- URL: https://github.com/thuyencode/homepage-for-the-odin-project
- Owner: thuyencode
- Created: 2024-03-12T02:57:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:13:04.000Z (over 2 years ago)
- Last Synced: 2025-06-04T10:10:25.852Z (about 1 year ago)
- Topics: theodinproject
- Language: TypeScript
- Homepage: https://thuyencode.github.io/homepage-for-the-odin-project/
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```