Weather Forecast App

Getting Started

  1. First, setup environment variables:
  • Create a '.env' file at the root of the project following the template provided in '.env.example' file and add the environment variables.
  1. Install required project dependencies:
yarn install
  1. Run the development server:
yarn dev

Open http://localhost:3000 with your browser to see the result.

This is a Next.js project bootstrapped with create-next-app.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository

Deployed on Vercel

Check out Next.js deployment documentation for more details.