/docker-rails5-react-redux-boilerplate

Docker + Rails 5 API + React + Redux

Primary LanguageRubyMIT LicenseMIT

Docker + Rails 5 + Webpack + React + Redux

An easy template with the minimum you need to start to work with Rails 5 and React!

# Developing

To start the server you only need to run the following magic command:

docker-compose up -d

After the containers finish the initialization, you can go to http://localhost:3000

boilerplate