An open API service indexing awesome lists of open source software.

https://github.com/d12/rails-react-template

A template repo for new Rails + React projects
https://github.com/d12/rails-react-template

Last synced: 9 months ago
JSON representation

A template repo for new Rails + React projects

Awesome Lists containing this project

README

          

# Rails + React + PG Template

This is my template project for quickly spinning up a web project with my usual stack of Rails on the backend, React on the frontend, and PG as a database. This template can be uploaded to Heroku for simple deployment.

## How to use

The project was initialized with the name `template`. Global search through the project for `template` to find some locations you should update to your actual project name, mostly just DB roles and module names and stuff. There aren't many places to adjust.

After doing that, this project is ready to go. Just be sure to install Postgres.