Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 2.14 KB

README.md

File metadata and controls

60 lines (34 loc) · 2.14 KB

Simple Weather App

This is a simple weather tracking app powered by react, mobx, Tailwind CSS and OpenWeather API

Weather App

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.

See the section about deployment for more information.

yarn analyze

Requires a production build made. Opens a UI to analyze bundle size.

yarn eslint

Runs code validation and formatter. Uses eslint configurations for react, prettier and typescript

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

Instead of ejecting consider changing default react-scripts configurations with craco which is already included in this repo.

To debug craco setup there's a VS code .vscode/launch.json file with debug configuration

Static icons

There's a special script available to download weather icons assets from open weather. Check out bin/download.sh. To make it executable run sudo chmod +x ./bin/download.sh on linux and macos

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

OpenWeather API links: