/fiction_rails

A rails version of an angular app, being made for the sake of experiment

Primary LanguageRuby

#Fiction Rails

This is a work in progress, being used for me to practice rails skills I do not use in my job everyday. Currently implementing Angular2

To Work in Development

  1. git clone it down
  2. bundle
  3. rails s
  4. In new tab, run tsc -w for typescript compile to watch for changes and auto compile