Skip to content

tirli/test-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small project for weather using the U.S. National Weather Service web service

Written using koa2 and React.js.

Prerequisites

Software:

  • node
  • yarn or npm
  • docker
  • docker-compose

First run

yarn prod -- --build or npm run prod -- --build

Subsequent runs

yarn prod or npm run prod

Configuration

Environment variables can be changed in .env file

Development

yarn or npm install in both frontend and backend directories

yarn dev -- --build or npm run dev -- --build from root directory for first run and yarn dev or npm run dev for subsequent runs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published