whistler news reader
** The maintainer is currently on vacation until end of July with limited internet access **
A modern stylish RSS Reader with a beautiful reading experience.
Also: My testbed for learning new technologies. Done in Elixir, Phoenix Framework, Webpack, React and Redux.
Live Demo
https://whistler-news-reader.herokuapp.com
Installation Instructions
To start your whistler news reader app:
- Install dependencies with
mix deps.get
- Ensure npm packages with
npm install
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Run seeds to create initial user
mix run priv/ecto/seeds.exs
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Deployment
Have a look at the deploy guide
Additionally, please check out the official Phoenix Framework deployment guides.
License
See License