Skip to content

This repository should serve different variants of rails 5.1 project boilerplate code (base react setup, base user auth system, etc.)

Notifications You must be signed in to change notification settings

andneuma/rails_base_project

Repository files navigation

README

This repository shall provide some boilerplate code for Rails 5.1 applications. You'll find several base setups mainly following the react on rails path.

Currently implemented

PREREQUISITS

FEATURES

  • React

  • ES6 / Babel

  • Configurable Application Settings

BASIC SETUP

  • Clone repo: git clone https://github.com/andneuma/rails_base_project/tree/<branch_name>

  • Setup DB: rake db:create db:migrate

  • Fetch gems and JS dependencies: bundle && yarn

  • Optionally: Checkout wheteher test-suite passes locally rspec

  • Launch development server: foreman start -f Procfile.dev

_Note: Foreman is a tool to manage background processes in a development setup like sidekiq, etc. Define the processes within Procfile.dev. Checkout this RailsCast episode to get further information on how foreman https://www.youtube.com/watch?v=zpEcox47ZV0

About

This repository should serve different variants of rails 5.1 project boilerplate code (base react setup, base user auth system, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published