Check booted for more complete Node.js app solution and CLI usage.
git clone [email protected]:evenfrost/raw.git
rm -rf .git
yarn install
yarn start # server is now up at http://localhost:5000
yarn build
yarn prod # server is now up at http://localhost:8080
Specify different port with
PORT=xxxx yarn start
# or
PORT=xxxx yarn prod