All Projects → zkayser → phoenix-elm-template

zkayser / phoenix-elm-template

Licence: other
A starter repo with Phoenix, Elm 0.19, and Parcel

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
elm
856 projects
CSS
56736 projects

Projects that are alternatives of or similar to phoenix-elm-template

vue-composition-api-ts-todo
ToDo List with Vue 3 Composition API and TypeScript
Stars: ✭ 69 (+331.25%)
Mutual labels:  parcel
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+67006.25%)
Mutual labels:  parcel
ex sieve
Implement dynamic filtering and sorting API for Ecto queries
Stars: ✭ 37 (+131.25%)
Mutual labels:  phoenix
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: ✭ 58 (+262.5%)
Mutual labels:  phoenix
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (+56.25%)
Mutual labels:  phoenix
wordpress-starter
Timber (Twig) + Parceljs Bundler
Stars: ✭ 19 (+18.75%)
Mutual labels:  parcel
parcel-plugin-url-loader
📦url loader for parcel, use base64 encode file
Stars: ✭ 24 (+50%)
Mutual labels:  parcel
bird watch
Blog post demo application
Stars: ✭ 15 (-6.25%)
Mutual labels:  phoenix
course planner
An application to manage educational courses
Stars: ✭ 36 (+125%)
Mutual labels:  phoenix
parcel-pixijs-quickstarter
Example App using pixiJS and Typescript bundled with parcel
Stars: ✭ 48 (+200%)
Mutual labels:  parcel
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (+56.25%)
Mutual labels:  phoenix
rocket-emoji
🚀 Find and copy an emoji to your clipboard in one click.
Stars: ✭ 42 (+162.5%)
Mutual labels:  parcel
ueberauth discord
Discord OAuth2 Strategy for Überauth.
Stars: ✭ 12 (-25%)
Mutual labels:  phoenix
parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+350%)
Mutual labels:  parcel
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+287.5%)
Mutual labels:  phoenix
preact-typescript-parcel-starter
Starter with Preact - Typescript - Parcel Bundler
Stars: ✭ 51 (+218.75%)
Mutual labels:  parcel
avatica
DEPRECATED - Moved to github.com/apache/calcite-avatica-go
Stars: ✭ 42 (+162.5%)
Mutual labels:  phoenix
ticker-phoenix
Elixir Phoenix Stock Quotes API (IEX Trading)
Stars: ✭ 15 (-6.25%)
Mutual labels:  phoenix
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (+137.5%)
Mutual labels:  phoenix
phx-auth-api
Authentication for Phoenix with JWT, user privileges and CI
Stars: ✭ 13 (-18.75%)
Mutual labels:  phoenix

Phoenix, Elm 0.19, and Parcel Template

This is a starter repo for Phoenix/Elm projects with Parcel. Startup should work the same as a standard Phoenix project:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser. Changes to your .elm files under assets/src should be picked up in development and reloaded on the fly.

Happy coding!

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].