Tutorial for the app can be found here
(The demo is available 18h a day due to Heroku free nodes limitations, if you see Application Error
message - this is the case)
React + Redux + Phoenix basic application
The application is almost the same simple one you get with fresh Phoenix app, however it contains all the basic stuff to start with for React. It can be used as a template app or just for learning purpose.
Tech. stack:
- Phoenix
- Webpack
- React
- Redux
Batteries included:
- Server-side rendering
- Bootstrap
- LESS (to ease integration of Bootstrap 3)
- Redux Devtools for Chrome extension
To start your Phoenix app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install Node.js dependencies with
npm install
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix