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

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

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
```