Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 725 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 725 Bytes

Weather App

Table of Contents

Technologies Used

  • React

Getting Started

  1. First of all you need to clone the app repository from GitHub:
git clone https://github.com/otonebieridze/weather-app.git
  1. Next step requires installing all the dependencies.
npm install
  1. To see the project in action
npm run dev

Deployment

For deployment, you need to create a build file.

npm run build

after this, you can use this file to deploy the project.

Author