Skip to content

Instantly share code, notes, and snippets.

@thenayr
Created February 22, 2017 18:54
Show Gist options
  • Save thenayr/183d0e228c0e20fd52d1fd96b161878f to your computer and use it in GitHub Desktop.
Save thenayr/183d0e228c0e20fd52d1fd96b161878f to your computer and use it in GitHub Desktop.
A small script to bootstrap and run our app
#!/bin/bash -l
set -e
echo "BUILDING APP"
npm run build
node prodServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment