This is my personal Phoenix configuration, written in TypeScript, based on mafredri's repo aslo using his typings.
yarn && yarn run typings
yarn run build
The TypeScript compiler and Webpack will produce out/phoenix.js
that can be used as Phoenix configuration.
For development, yarn start
will run Webpack in watch-mode.