Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.44 KB

Netlify Status

Weather App

Weather App - site Link to app!

Weather App is a fast, simple and intuitive app, with a clean user interface without those clutters and ads.

Getting weather information has never been so easy and amazing.

How to start

  1. Create account in openweathermap
  2. Copy .env.example to .env
  3. Install dependences npm install
  4. Start app npm start

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.

You will also see any lint errors in the console.

npm test or npm run test:watch

Launches the test runner in the interactive watch mode.

npm run test:coverage

Launches the coverage test runner.

npm run e2e

Launches the end-to-end test runner.

npm run lint

Launches the lint runner.

npm run build

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!