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
- Host: GitHub
- URL: https://github.com/d12/rails-react-template
- Owner: d12
- Created: 2022-08-02T22:19:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T22:19:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T15:18:04.269Z (over 1 year ago)
- Language: Ruby
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.