Skip to content

moebiusmania/elixir-inertia-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir + Inertia + React POC

A PoC to demonstrate the integration of React and Elixir with Phoenix Framework in a monolith codebase using IntertiaJS. The project is a simple todo list app using SQLlite for persistance.

Requirements

  • Node.js
  • Elixir
  • Phoenix framework

Getting started

  • clone the repo
  • install the frontend dependencies
$ cd assets
$ npm ci
$ cd ..
  • install the backend dependencies
$ mix setup
  • run the project
$ mix phx.server

the application will be available at http://localhost:4000

ChatGPT

I've created the project following a ChatGPT "guide" since I'm not proficient in Elixir, and did some tweaks where needed.

The prompt is available here.

About

PoC to demonstrate the integration of Elixir + Inertia + React as a monolith application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published