Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History

simple-rs-app

simple-rs-app (widget with async weather data & SSR)

How to run

using docker-compose

docker-compose up

& start browser at localhost:8080

using local setup

setup

npm i

dev

npm run start-dev
npm run runBrowser

prod

npm run start

Code structure

This app inherit a RS structure/boilerplate from wi-layer-react-express

See webpack-inherit