skolplattformen-backup/packages/app
Erik Hellman fee937ac76 moved everything back to root 2021-09-21 21:53:20 +02:00
..
__mocks__ moved everything back to root 2021-09-21 21:53:20 +02:00
android moved everything back to root 2021-09-21 21:53:20 +02:00
assets moved everything back to root 2021-09-21 21:53:20 +02:00
components moved everything back to root 2021-09-21 21:53:20 +02:00
context/language moved everything back to root 2021-09-21 21:53:20 +02:00
design moved everything back to root 2021-09-21 21:53:20 +02:00
hooks moved everything back to root 2021-09-21 21:53:20 +02:00
ios moved everything back to root 2021-09-21 21:53:20 +02:00
patches moved everything back to root 2021-09-21 21:53:20 +02:00
services moved everything back to root 2021-09-21 21:53:20 +02:00
styles moved everything back to root 2021-09-21 21:53:20 +02:00
translations moved everything back to root 2021-09-21 21:53:20 +02:00
ui moved everything back to root 2021-09-21 21:53:20 +02:00
utils moved everything back to root 2021-09-21 21:53:20 +02:00
.buckconfig moved everything back to root 2021-09-21 21:53:20 +02:00
.eslintrc.json moved everything back to root 2021-09-21 21:53:20 +02:00
.flowconfig moved everything back to root 2021-09-21 21:53:20 +02:00
.gitattributes moved everything back to root 2021-09-21 21:53:20 +02:00
.gitignore moved everything back to root 2021-09-21 21:53:20 +02:00
.nvmrc moved everything back to root 2021-09-21 21:53:20 +02:00
.prettierrc moved everything back to root 2021-09-21 21:53:20 +02:00
.watchmanconfig moved everything back to root 2021-09-21 21:53:20 +02:00
App.js moved everything back to root 2021-09-21 21:53:20 +02:00
README.md moved everything back to root 2021-09-21 21:53:20 +02:00
app.json moved everything back to root 2021-09-21 21:53:20 +02:00
babel.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
index.js moved everything back to root 2021-09-21 21:53:20 +02:00
jest.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
metro.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
package.json moved everything back to root 2021-09-21 21:53:20 +02:00
react-native.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
setupTests.js moved everything back to root 2021-09-21 21:53:20 +02:00
skolplattformen-logga-original.png moved everything back to root 2021-09-21 21:53:20 +02:00
tsconfig.json moved everything back to root 2021-09-21 21:53:20 +02:00
types.d.ts moved everything back to root 2021-09-21 21:53:20 +02:00
yarn.lock moved everything back to root 2021-09-21 21:53:20 +02:00

README.md

Öppna skolplattformen App

This is the app for Öppna skolplattformen.

Getting started

Have a look at the overall readme for general instructions on getting started.

Prerequisites

We use yarn as our package manager. To install it, run sudo npm install -g yarn. All the commands described here should be run from the packages/app directory.

iOS

To get started using the iOS simulator start by installing the JavaScript dependencies using

$ yarn

Next you need to install the Cocoapods dependencies for the iOS project

$ cd ios
$ pod setup
$ pod install

You should now be setup to run the app in the Simulator. Run the ios command in the root of the app.

$ yarn ios

Android

Android development requires that you have Android Studio and relevant build tools installed.

Start by installing JavaScript dependencies using

$ yarn

Before running the app you should start an emulator from Android Studio. Then run the following command to start the build

$ yarn android

Running tests

$ yarn test