Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/rails7demoesbuild


https://github.com/dennis-every/rails7demoesbuild

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version 3.1.2

* Rails 7.0.3

* Commands

rails new Rails7Demo -j esbuild

cd Rails7Demo

rails g controller home index

./bin/bundle add cssbundling-rails

./bin/rails css:install:bootstrap

rails g scaffold Post title content:text

rails action_text:install