qelphybox / react-rails-template

Rails api-only server with react client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] React Rails template

Skip Rails

Usage

rails new myapp \
  --database=postgresql \
  --api \
  --no-rc \
  --skip-git \
  --skip-action-mailbox \
  --skip-action-text \
  --skip-active-storage \
  --skip-action-cable \
  --skip-sprockets \
  --skip-spring \
  --skip-listen \
  --skip-javascript \
  --skip-turbolinks \
  --skip-test \
  --skip-system-test \
  --skip-webpack-install \
  --template=https://raw.githubusercontent.com/qelphybox/react-rails-template/master/template.rb \
  \

About

Rails api-only server with react client


Languages

Language:Ruby 100.0%