Skip to content

ferryal/weather-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

Tech Stack

  1. React
  2. Redux
  3. Axios
  4. NodeJs
  5. NPM
  6. Yarn

How to run this project

Install Package

npm install / yarn install

Setup Development Mode

npm start / yarn start
The local server will live at port 3000 by default

How to build this project

npm build / yarn build