universal-boilerplate Install git clone https://github.com/justinjung04/universal-boilerplate.git cd universal-boilerplate npm install Run the app from a dev server npm start Build the app npm run build Host the app from a server (app must have been built) npm run serve