Skip to content

tommylogik/simple-react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic React Weather App

This is a simple, not extensive, example of a React developed weather app using:

All of these packages are using a React ported version of their scripts.

Basic installation

Just like every node package manager install you just run

npm install

or

yarn install

and let the appropriate packages install.

How to Run

Please Note: You must define your .env and .env.server variables by copying the .env.example and .env.server.example files and registering for a Dark Sky developer account first before attempting to run the server.

In the project directory, you can run:

npm run build
npm run server

Runs the app in the production mode.
Open http://localhost:5000 to view it in the browser.

About

Simple Responsive React Weather App

Resources

Stars

Watchers

Forks

Packages

No packages published