Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 609 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 609 Bytes

My Weather App

Update:

I've deployed a first version of the App but v2 it's still in the works.

Latest deployed version

Please find the latest deployed version URL below:

www.myweatherapp.up.railway.app

Tech

  • React (webpack, babel, etc.)
  • Express
  • Eslint
  • Rest API
  • Axios

Setup

  • Clone this repo, navigate to it, install packages, and start the server with npm run dev

    Tip
    npm install
    npm run dev