Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opedrosouza/rails6-boilerplate
Simple Ruby on Rails Boilerplate configured with Tailwindcss/Stimulus/Esbuild for monolithic apps
https://github.com/opedrosouza/rails6-boilerplate
Last synced: 2 days ago
JSON representation
Simple Ruby on Rails Boilerplate configured with Tailwindcss/Stimulus/Esbuild for monolithic apps
- Host: GitHub
- URL: https://github.com/opedrosouza/rails6-boilerplate
- Owner: opedrosouza
- License: gpl-3.0
- Created: 2022-11-13T12:54:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T02:59:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T08:41:23.720Z (about 1 month ago)
- Language: Ruby
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README
Use this project as a boilerplate to your next Rails app to be faster to develop your startup.
## Requirements
- Ruby 3.1.2
- Rails 6.1.7.1## How to run
- Clone this repo
- bundle install && yarn install
- edit the .env.development file with your values
- run ./bin/dev to run all the commands and docker
- run rails db:create
- open your browser at http://localhost:3000