dev_server.sh 224 B

12345678910
  1. # Run a development server to debug the app.
  2. #
  3. # Depends on development shell.
  4. #
  5. # Run with:
  6. # nix-shell --run scripts/dev_server.sh
  7. pushd src/main/webapp # serve this directory
  8. node ../../collab/server/run_server.js
  9. popd