https://github.com/tvziet/quote_editor
Turbo Rails tutorial
https://github.com/tvziet/quote_editor
rails7 ruby turbo tutorial-code
Last synced: 2 months ago
JSON representation
Turbo Rails tutorial
- Host: GitHub
- URL: https://github.com/tvziet/quote_editor
- Owner: tvziet
- Created: 2024-07-22T06:40:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T06:49:54.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:24:31.747Z (about 1 year ago)
- Topics: rails7, ruby, turbo, tutorial-code
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
CRUD quotes with Turbo.
## Info
- Use `SASS` as a CSS pre-processor
- Use `esbuild` to speed up the compilation of Javasctipt
- Use `PostgreSQL` for saving database
### How to install the dependencies, create database, run migration, seed the sample data
```bash
bin/setup
```
### How to run the Rails server, and the scripts that precompile the CSS and the Javascript code
```bash
bin/dev
```