TypeScript, Vue and Bulma + FontAwesome...
npm i -g @vue/cli
vue create my-app # and choose manual, then typescript without babel...
cd my-app
npm i -E bulma font-awesome
npm i -ED @types/node forever
vi package.json # and add forever scripts for CI...