weathex
WeatheX
A hybrid mobile weather application written in Typescript.
Visitor stats
Code stats
Install dependencies
yarn
You need to have:
- Android Studio installed and configured (if you're going to support the Android platform).
- MacOS X environment with Xcode installed and configured (if you're going to support the iOS platform).
Start the development process
# Android
yarn android
# iOS
yarn ios
Build for production
TODO