fdietz / whistler_news_reader

A modern stylish RSS Reader with a beautiful reading experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whistler news reader

Build Status Commitizen friendly

** The maintainer is currently on vacation until end of July with limited internet access **

A modern stylish RSS Reader with a beautiful reading experience.

alt tag

alt tag

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:

  1. Install dependencies with mix deps.get
  2. Ensure npm packages with npm install
  3. Create and migrate your database with mix ecto.create && mix ecto.migrate
  4. Run seeds to create initial user mix run priv/ecto/seeds.exs
  5. 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

About

A modern stylish RSS Reader with a beautiful reading experience.

License:MIT License


Languages

Language:JavaScript 57.0%Language:Elixir 32.6%Language:CSS 9.2%Language:HTML 1.2%