Added nodemon to automatically reload the site with new changes for development

This commit is contained in:
2022-02-19 01:13:53 -05:00
parent 94b5e58a62
commit ceb27ca327
5 changed files with 1797 additions and 0 deletions

3
bin/docker-watch.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker run --rm -w /usr/src/app -v "$PWD":/usr/src/app -p 3000:3000 -d --name bitgoblin node:lts npm run watch