skolplattformen-backup/apps/skolplattformen-sthlm
Viktor Sarström d71c10607f fix: 🐛 Fixes failing tests (added skip), fixes lint + test 2021-10-27 07:58:22 +02:00
..
__mocks__ moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
android Merge branch 'main' of https://github.com/kolplattformen/skolplattformen into feature/nx 2021-10-26 14:22:10 +02:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components fix: 🐛 Fixes failing tests (added skip), fixes lint + test 2021-10-27 07:58:22 +02:00
context/language moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
design moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
hooks fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
ios fix: 🐛 Fixes merge with main 2021-10-26 14:23:49 +02:00
patches moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
services fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
styles moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
translations moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
ui moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
utils fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
.babelrc fix app babel config 2021-10-15 23:02:10 +02:00
.buckconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.eslintrc.json Downgraded eslint, fixes lint stuff 2021-10-15 15:10:46 +02:00
.flowconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitattributes moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitignore moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.nvmrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.prettierrc fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
.watchmanconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
App.js remove duplicate cookies packages 2021-10-26 09:59:14 +02:00
README.md moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
app.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
index.js fix: rename and fix imports 2021-10-05 17:44:14 +02:00
jest.config.js Downgraded eslint, fixes lint stuff 2021-10-15 15:10:46 +02:00
metro.config.js fix: ui-kitten metro config 2021-10-06 07:09:54 +02:00
node_modules Merge branch 'main' of https://github.com/kolplattformen/skolplattformen into feature/nx 2021-10-26 14:22:10 +02:00
package.json package.json fix 2021-10-26 14:33:27 +02:00
react-native.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
skolplattformen-logga-original.png moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
test-setup.ts test: fix mocking in nx 2021-10-24 11:02:06 +02:00
tsconfig.app.json feat: add nx build system 2021-10-05 17:27:47 +02:00
tsconfig.json feat: add nx build system 2021-10-05 17:27:47 +02:00
tsconfig.spec.json fix app babel config 2021-10-15 23:02:10 +02:00
types.d.ts moved site and app to new directory structure 2021-10-03 21:16:40 +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