Skip to content

carlosdeveloper11/rails_react_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Ruby on Rails
  • Webpack via Webpacker gem
  • React with Redux

Install required tools and dependencies:

  • Docker
  • Homebrew if you're on OSX
  • PostgreSQL client - brew install postgresql or apt-get install postgresql-client
  • RVM - rvm use
  • NVM - nvm use
  • Yarn - npm install -g yarn
  • Bundler - gem install bundler

Run setup script

bin/setup

Development

To start the project just type:

bin/start

Hot Module Replacement

Before firing up the rails server you need to start webpack-dev-server

bin/webpack-dev-server

Running tests

Before running the test suite remember to fire up docker-compose (if it's not running already):

docker-compose up -d

And after that you can just use plain normal rspec:

bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published