devopselvis / github-actions-presentation

I contain slides/demos for various GitHub Actions Talk
https://youtube.com/mickeygousset
44 stars 28 forks source link

adding local run command #97

Closed joshjohanning closed 1 year ago

joshjohanning commented 1 year ago
node server.js

Leaving npm run dev as it looks like nodemon can be used to recycle the site when files changed - would have to test that in combination. If nodemon didn't work then I would suggest replacing npm run dev command with this one.