- clone the repo
git clone git@github.com:axtck/madhouse-app.git
- install dependencies
npm i
- install VS Code
- install eslint extension
- install prettier extension
Code will automatically be linted (by eslint
) and formatted (by prettier
) because of the settings in ./.vscode/settings.json
.
- open setting up the development environment guide
- choose Expo CLI Quickstart
- follow steps for your specific case (development OS, target OS)
- install expo
npm install -g expo-cli
- start Expo
npm start
- run the app (Android - iOS)
# for Android
npm run android
# for iOS
npm run ios