How to Integrate Your Phoenix Application with Semantic UI and Webpack
Semantic UI is a great looking UI framework for web applications and websites. It provides a lot of ready to use components which is perfect for creating a decent looking application very quickly.
Recently I was trying to use Semantic UI framework with Phoenix project and came across the issue in integrating those two. Semantic UI comes with Gulp build tool, and Phoenix project comes bundled with Brunch build tool. For the integration, I decided to bring both to a middle ground - Webpack 2.