An open API service indexing awesome lists of open source software.

https://github.com/lclpyt/goetheplaner

A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.
https://github.com/lclpyt/goetheplaner

android app ios react-native

Last synced: 5 months ago
JSON representation

A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.

Awesome Lists containing this project

README

          

# GoethePlaner
A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.

## Dev installation
To setup a workspace, clone the project and run:

`npm install`

## Testing
Before you start using the app, you need to start the dev server using:

`npm run start`

You can then use those npm tasks to run the app on a physical device:

**For Android**: `npm run android`

**For iOS**: `npm run ios`



You can also start the app on an emulator through Android Studio or XCode.
Simply open the `/android` directory with AndroidStudio or the `/ios` directory with XCode and launch the app.