Generate a Phoenix Boilerplate and save hours on your next project

submited by
Style Pass
2021-09-28 03:30:03

The Phoenix Boilerplate generator is a way for developers to configure and get a jumpstart on a new Phoenix application. I have automated the installation of some common packages so you dont have to spend a lot of time on it.

Only install the features that you actually wants. Dont settle for a bloated boilerplate that you dont need. You will get the app as a downloadable zipfile.

I have an opinionated selection of packages that I find usefull and have had sucess with. The packages should cover the most common use cases when you start a new app. If you have questions, requests or concerns, reach out to me and I will take a look at it.

Tailwind CSS is a highly customizable utility based framework. It lacks premade components but the design are built up with utility classes that are added to the DOM elements.

Bootstrap is a more feature complete framework with a lot of premade components and features. It also comes with a javascript libray that depends on Jquery.

Leave a Comment