Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 377 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 377 Bytes

pandadb-browser

package

cd server
mvn clean package

cd ui
npm install
npm run build

test

nohup java -jar server/target/pandadb-browser-server-0.0.1.jar &
cd ui
npm run serve

Open url: http://localhost:9633

deploy

nohup java -jar pandadb-browser-server-0.0.1.jar &

npm install pm2 -g
pm2 start ui/server/bin/www --name=pandadb-browser-ui