]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/server.sh
Apidoc (#302)
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
CommitLineData
66dd264f
C
1#!/usr/bin/env sh
2
18c8e945
C
3if [ ! -f "./client/dist/index.html" ]; then
4 echo "client/dist/index.html does not exist, compile client files..."
66dd264f
C
5 npm run build:client
6fi
7
8npm run watch:server