Skip to content

Commit

Permalink
serve file via server
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampath-vi committed Jan 3, 2020
1 parent fdc0f18 commit 2afca4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

nohup python3 -m http.server 8000 &
npm run buildDevBrowser
cp dist/browser.js tests/html/
open tests/html/index.html
open http://localhost:8000/tests/html/

0 comments on commit 2afca4e

Please sign in to comment.