joaomarcuslf / webpack-rails-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO app

##Description: This is a Todo app, using a new setup with webpack and rails. The front-end application is made in react with flow, and th back-end is made with rails5.

##Todo:

  • Convert the application to flux approach
  • Write tests for the front-end application
  • Refactor the flux approach to use Redux
  • Create an authorization

##Setting up:

  • bundle install
  • npm install
  • bundle exec rake db:create
  • bundle exec rake db:migrate
  • bundle exec foreman start

About


Languages

Language:JavaScript 96.1%Language:Ruby 3.3%Language:HTML 0.5%Language:SCSS 0.1%