Inspired by evilmartians' frontend approach, fullstack is my own template for spinning fullstack apps quickly.
This is a base rails 6
template, based on view components for easier fullstack development.
It's shipped with the essential tools/files to set you up quickly chceck packages.json for hints.
Rails 6, postgresql and puma. It also depends on ruby 2.7.1
.
You can do it like this:
→ rails g component article-body
Running via Spring preloader in process 53004
create frontend/components/article-body/_article-body.html.erb
create frontend/components/article-body/article-body.css
create frontend/components/article-body/article-body.js
append frontend/packs/application.js
/config/application.rb
then change the module Template
to module MyNewFancyApp
and you are good to go.
By using Rails Bytes you can easily charge up your app
To the day: June 21, 2020
Yes, it's for now up to date.
You are welcome bruh.