skolplattformen-backup/apps/skolplattformen-sthlm
Jonathan Edenström d90cfd2a3b feat: add nx build system 2021-10-05 17:27:47 +02:00
..
__mocks__ moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
android feat: add nx build system 2021-10-05 17:27:47 +02:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components feat: 🎸 Use fade on the backdrop on login modal 2021-10-04 17:52:56 +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 moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
ios feat: add nx build system 2021-10-05 17:27:47 +02:00
patches moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
services moved site and app to new directory structure 2021-10-03 21:16:40 +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 moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.babelrc feat: add nx build system 2021-10-05 17:27:47 +02:00
.buckconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.eslintrc.json feat: add nx build system 2021-10-05 17:27:47 +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 moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.watchmanconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
App.js moved site and app to new directory structure 2021-10-03 21:16:40 +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
babel.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
index.js feat: add nx build system 2021-10-05 17:27:47 +02:00
jest.config.js feat: add nx build system 2021-10-05 17:27:47 +02:00
library-extractor.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
metro.config.js feat: add nx build system 2021-10-05 17:27:47 +02:00
node_modules feat: add nx build system 2021-10-05 17:27:47 +02:00
package.json feat: add nx build system 2021-10-05 17:27:47 +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 feat: add nx build system 2021-10-05 17:27:47 +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 feat: add nx build system 2021-10-05 17:27:47 +02:00
types.d.ts moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
yarn.lock 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