Skip to content

Commit 635c93b

Browse files
authored
Update README.md
1 parent b0651c8 commit 635c93b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# Fullstack
22

33
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.
22+
23+
# Thanks?
24+
You are wlecome bruh.

0 commit comments

Comments
 (0)