Frontend of the project "scalable" (2017/2018)
3
stars
0
forks
source link
Minimal Requirements
- IntelliJ IDEA 2017.3.4
- SBT Version 1.1.0
Setup
- Clone repository
cd frontend
yarn install
sbt ~fastOptJS
(hint sbt clean run
)
npm run start
- Open in browser
http://localhost:8080
Access locally running server and website from mobile device
- Find out your local IP adress
- open
frontend/package.json
and edit "scripts": { "mobile": "API_HOST=...:5000
to API_HOST=yourlocalIPadress:5000
sbt ~fastOptJS
npm run mobile
- Open your mobile browser and go to
yourlocalIPadress:8080
(you might have to disable firewall first)