Options
All
  • Public
  • Public/Protected
  • All
Menu

@nationskollen/mobile

Nationskollen Mobile Application

This repository contains the source code for the front-end of the Nationskollen mobile application.

Documentation

All documentation for Nationskollen is available here (Currently being updated).

Commands

  1. npm run docs - generate documentation in docs
  2. npm run docs:watch - generate documentation and watch for changes

Development

Required dependencies:

The command line tools for Expo:

  1. npm install --global expo-cli

Commands

Commands for simulating the app:

  1. npm start - you can open iOS, Android, or web from here, or run them directly with the commands below.
  2. npm run android - requires an android device for acces to an android simulator
  3. npm run ios - requires an iOS device or macOS for access to an iOS simulator
  4. npm run web - emulate on a web browser

Generated using TypeDoc