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