Build Status

Overview

  • Vuejs 2.X
  • ASP.NET Core 3.1

Install

npm run full-install

Run

frontend:

npm run client

backend

backend app will get API key from environment variable, please set OPENWEATHER_APIKEY={your open weather api key} before run server

// bash
OPENWEATHER_APIKEY={your open weather api key} npm run server

or

// windows command line 
set OPENWEATHER_APIKEY={your open weather api key}
npm run server

original template from: link

modified by using css grid