Skip to content

reysmerwvr/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

Weather Application.

Requirements

  • React >= 16.0.7
  • npm >= 3.0.0

Version

1.0.0

Installation

Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.

Weather-App uses a number of open source projects to work properly:

Install the dependencies and start the server.

cd weather-app
npm install
cp .env.example .env

If you don't have .env file you can use the example one. Just rename .env.example to .env. Enter your configuration here.

Run

Run the following command to start the HTTP Server.

npm start