All Projects → infinitered → Firebird

infinitered / Firebird

Template for Phoenix 1.3 projects

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Firebird

Phoenix In Action
Code snippets and examples from the book Phoenix in Action from Manning and Geoffrey Lessel
Stars: ✭ 60 (-9.09%)
Mutual labels:  phoenix-framework, elixir-phoenix
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+1351.52%)
Mutual labels:  boilerplate, template
Elixir Phoenix Realworld Example App
Exemplary real world application built with Elixir + Phoenix
Stars: ✭ 764 (+1057.58%)
Mutual labels:  phoenix-framework, elixir-phoenix
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+966.67%)
Mutual labels:  boilerplate, template
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-40.91%)
Mutual labels:  boilerplate, template
Jslib Base
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
Stars: ✭ 721 (+992.42%)
Mutual labels:  boilerplate, template
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-86.36%)
Mutual labels:  boilerplate, template
Secure Electron Template
The best way to build Electron apps with security in mind.
Stars: ✭ 623 (+843.94%)
Mutual labels:  boilerplate, template
Swift Template
A template based module generator for Swift projects.
Stars: ✭ 34 (-48.48%)
Mutual labels:  boilerplate, template
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (+1363.64%)
Mutual labels:  boilerplate, template
Python Project Blueprint
Blueprint/Boilerplate For Python Projects
Stars: ✭ 670 (+915.15%)
Mutual labels:  boilerplate, template
Shorten api tutorial
🔗How to make a link shortener using Elixir, Phoenix and Mnesia
Stars: ✭ 60 (-9.09%)
Mutual labels:  phoenix-framework, elixir-phoenix
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+890.91%)
Mutual labels:  boilerplate, template
Modern Html Starter Template
Modern HTML Starter Template
Stars: ✭ 752 (+1039.39%)
Mutual labels:  boilerplate, template
React Native Meteor Boilerplate
Stars: ✭ 637 (+865.15%)
Mutual labels:  boilerplate, template
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+1086.36%)
Mutual labels:  boilerplate, template
Chrome Extension Typescript Starter
Chrome Extension TypeScript Starter
Stars: ✭ 601 (+810.61%)
Mutual labels:  boilerplate, template
React App
Create React App with server-side code support
Stars: ✭ 614 (+830.3%)
Mutual labels:  boilerplate, template
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-51.52%)
Mutual labels:  boilerplate, template
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1446.97%)
Mutual labels:  phoenix-framework, elixir-phoenix

Firebird

Build Status

Infinite Red's boilerplate for new Phoenix projects, using Dave Thomas's excellent Elixir project generator.

Why Firebird?

While Phoenix comes with some good defaults out of the box, if you're building a non-trivial application you'll need to make some different choices. Infinite Red ships Elixir/Phoenix web applications and websites regularly and we've found that using Yarn, Webpack, and some other tooling makes our lives easier.

We plan to keep Firebird up to date and a leading boilerplate for Phoenix applications. Star (and watch, if you want) this repo to show support and keep tabs on our progress!

Highlights

Install

Note that Firebird requires Elixir 1.4.0+.

$ mix archive.install hex mix_generator
$ mix archive.install hex mix_templates
$ mix template.install github infinitered/firebird

Use

$ mix gen firebird <your_project_name>
$ cd <your_project_name>
$ bin/setup

License

The MIT License (MIT), copyright (c) 2017 Infinite Red, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].