An app to observe, learn and stay current with the weather in your location
- Install the dependencies:
yarn
- Run the server:
cd server && yarn start
- Run the app (in a separate terminal window):
yarn start
- Publish to Vercel
expo build:web && cd web-build && now --prod
(Can use expo build:web --no-pwa
to speed up build without progressive web app)
y -> enter -> y -> wx-weeny
- Setup Heroku (may skip if already completed)
brew tap heroku/brew && brew install heroku
heroku login
heroku git:remote -a wx-weeny
- Publish server to Heroku From root dir:
git subtree push --prefix server heroku master
If this project helped you reduce time to develop, please consider buying me a cup of coffee :)