My homepage - check it out at http://julius.laita.la/ !
- Make sure you have node and yarn installed
- Clone this repo
- Do a
yarn install
yarn start
, and you are good to go!
This app runs on pm2 in production, due to it being readily available in Azure's App Service (where this is hosted). To try the production mode yourself,
- Clone the repo and do a
yarn install
- Install pm2:
yarn global add pm2
- Do a production build with
yarn build
- Start the app with pm2:
pm2 start ecosystem.config.js