Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 506 Bytes

Phoenix configuration

This is my personal Phoenix configuration, written in TypeScript, based on mafredri's repo aslo using his typings.

Building

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.