Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/weather-frontend
A frontend for the Weather project
https://github.com/peterdee/weather-frontend
frontend moleculer react typescipt
Last synced: 14 days ago
JSON representation
A frontend for the Weather project
- Host: GitHub
- URL: https://github.com/peterdee/weather-frontend
- Owner: peterdee
- Created: 2020-04-24T22:59:05.000Z (almost 5 years ago)
- Default Branch: stage
- Last Pushed: 2020-07-07T09:36:38.000Z (over 4 years ago)
- Last Synced: 2024-11-20T14:51:00.621Z (3 months ago)
- Topics: frontend, moleculer, react, typescipt
- Language: TypeScript
- Homepage: https://weather-frontend-react.herokuapp.com
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## weather-frontend
[![Build Status](https://travis-ci.com/peterdee/weather-frontend.svg?branch=stage)](https://travis-ci.com/peterdee/weather-frontend)
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
```shell script
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`](.env.example) for details.
### Launch
```shell script
yarn dev
```### Build
```shell script
yarn build
```### Serve static
```shell script
yarn build && yarn start
```### Heroku
The `stage` branch is deployed to Heroku automatically.