Update readme
This commit is contained in:
parent
784b68cbce
commit
4864de624c
21
README.md
21
README.md
@ -1,3 +1,24 @@
|
|||||||
# fartstack
|
# fartstack
|
||||||
|
|
||||||
Flutter and Dart full stack template, Lovingly called FartStack
|
Flutter and Dart full stack template, Lovingly called FartStack
|
||||||
|
|
||||||
|
## TLDR
|
||||||
|
|
||||||
|
Dev is done all in dart, with the flutter framework as a frontend. The
|
||||||
|
backend uses [dart_frog](), a dart backend framework with a focus on developer
|
||||||
|
experience. This whole stack revolves around my Dart expertise, so its not about
|
||||||
|
being the fastest stack, but the quickest stack I can build in. Because building
|
||||||
|
a product is like a fart: its all about follow-through.
|
||||||
|
|
||||||
|
### Installing
|
||||||
|
|
||||||
|
If you have the nix package manager and direnv setup, its as easy as running `direnv allow`, bingo bango.
|
||||||
|
|
||||||
|
If not, well, you need to setup `flutter`, `dart` (should get installed with flutter), and `dart_frog`
|
||||||
|
|
||||||
|
## Frontend `./frontend/`
|
||||||
|
|
||||||
|
WIP
|
||||||
|
|
||||||
|
## Backend `./backend/`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user