You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by [evilmartians' frontend](https://evilmartians.com/chronicles/evil-front-part-1) approach, fullstack is my own template for spinning fullstack apps quickly.
4
+
5
+
6
+
## What?
7
+
This is a base `rails 6` template, based on view components for easiter fullstack development.
8
+
9
+
## Ah, What's inside?
10
+
11
+
### FE
12
+
It's shipped with the essential tools/files to set you up quickly chceck [packages.json](/blob/master/package.json) for hints.
13
+
14
+
### BE
15
+
Rails 6, postgresql and puma. It also depends on `ruby 2.7.1`.
16
+
17
+
# I want to change my App name
18
+
`/config/application.rb` then change the `module Template` to `module MyNewFancyApp` and you are good to go.
19
+
20
+
# Is it up to date?
21
+
To the day: `May 17, 2020` Yes, it's for now up to date.
0 commit comments