Skip to content

Repository files navigation

Weather.js Project Startup Guide

To run a project locally, follow these steps:

  1. Clone the repository

    git clone https://github.com/nhankyjangchan/weather.js.git weatherjs
  2. Go to the project directory

    cd ./weatherjs
  3. Set up environment variables

    • Rename the .env.dev file to .env.
    • Open the .env file and specify your own API token obtained from OpenWeatherMap.
  4. Install dependencies and run the project Run the following commands in sequence:

    npm i
    npm run build
    npm run preview

About

A simple and beautiful weather forecast app using modern JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages