Skip to content

Native Server.en

Hehe Tan edited this page Sep 23, 2016 · 1 revision

Run on a normal host

We provide a shell script ide.sh to ease the process for you.

./ide.sh build   # transpile and pack the frontend to webjars
./ide.sh run     # start the backend server

Server runs on port 8080 by default, visit localhost:8080 to check it out.