Skip to content

peterdee/weather-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-frontend

Build Status

A frontend for the Moleculer projects!

MetaWeather microservice: https://github.com/peterdee/moleculer-metaweather

Database microservice: https://github.com/peterdee/moleculer-database

DEV: http://localhost:3000

STAGE: https://weather-frontend-react.herokuapp.com

Deploy

git clone https://github.com/peterdee/weather-frontend
cd ./weather-frontend
nvm use 14.3.0
yarn install

Environemnt

You should provide the .env file for the environment variables.

See the .env.example for details.

Launch

yarn dev

Build

yarn build

Serve static

yarn build && yarn start

Heroku

The stage branch is deployed to Heroku automatically.