Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
If API key is expired, then before launching app you need to make own config.js file and replace with your own API key that you can get from https://www.weatherapi.com/:
export var config = {
API_KEY : 'YOUR API KEY HERE'
}