Weather App Installation $ git clone https://github.com/Eaarjun/omweather.git Locate to Backend and Initialize Backend Server $ cd backend $ npm install $ npm start Go TO Frontend Folder $ cd weatherApp $ npm i $ npm run dev