Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 610 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 610 Bytes

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