Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.35 KB

Evil Chat

Code for a chat application from "Modern Front-end in Rails" three-part tutorial from Evil Martians. Read it here:

An opinionated guide to modern, modular, component-based approach to handling your presentation logic in Rails that does not depend on any front-end framework. Follow our three-part tutorial to learn the bare minimum of up-to-date front-end techniques by example and finally make sense of it all.

The master branch contains the final code for the demo application with some light modifications that add SVG icons to demonstrate postcss-inline-svg plugin.

If you are looking for code that reflects application at the end of any part, take a look at:

Installation

$ cp config/database.yml.example config/database.yml

$ bin/rails credentials:edit

$ bundle install
$ bin/rails db:migrate
$ yarn install
$ brew install hivemind
$ hivemind Procfile.dev