parent
fd591e8bc3
commit
24d5450546
@ -1,52 +0,0 @@ |
|||||||
root = "." |
|
||||||
testdata_dir = "testdata" |
|
||||||
tmp_dir = "tmp" |
|
||||||
|
|
||||||
[build] |
|
||||||
args_bin = [] |
|
||||||
bin = "webapp" |
|
||||||
cmd = "make build" |
|
||||||
delay = 1000 |
|
||||||
exclude_dir = ["assets", "pages", "static", "views", "public", "tmp", "vendor", "testdata"] |
|
||||||
exclude_file = [] |
|
||||||
exclude_regex = ["_test.go"] |
|
||||||
exclude_unchanged = false |
|
||||||
follow_symlink = false |
|
||||||
full_bin = "" |
|
||||||
include_dir = [] |
|
||||||
include_ext = ["go", "tpl", "tmpl", "html", "css", "js"] |
|
||||||
include_file = [] |
|
||||||
kill_delay = "0s" |
|
||||||
log = "build-errors.log" |
|
||||||
poll = false |
|
||||||
poll_interval = 0 |
|
||||||
post_cmd = [] |
|
||||||
pre_cmd = [] |
|
||||||
rerun = false |
|
||||||
rerun_delay = 500 |
|
||||||
send_interrupt = false |
|
||||||
stop_on_error = false |
|
||||||
|
|
||||||
[color] |
|
||||||
app = "" |
|
||||||
build = "yellow" |
|
||||||
main = "magenta" |
|
||||||
runner = "green" |
|
||||||
watcher = "cyan" |
|
||||||
|
|
||||||
[log] |
|
||||||
main_only = false |
|
||||||
silent = false |
|
||||||
time = false |
|
||||||
|
|
||||||
[misc] |
|
||||||
clean_on_exit = false |
|
||||||
|
|
||||||
[proxy] |
|
||||||
app_port = 7001 |
|
||||||
enabled = true |
|
||||||
proxy_port = 7002 |
|
||||||
|
|
||||||
[screen] |
|
||||||
clear_on_rebuild = false |
|
||||||
keep_scroll = true |
|
@ -1,14 +1,3 @@ |
|||||||
# Go Web Starter Kit |
# Twitter For Coders |
||||||
|
|
||||||
This is a fairly complete web development starter kit in Go. It tries to |
No idea what this will be, just mostly a demo/starter-kit for my Go course. |
||||||
be as simple as possible without leaving out modern features like reactive UIs and database |
|
||||||
migrations. A primary thing that's included is working authentication, since that's the main thing |
|
||||||
holding people back when they first start, and also the easiest to get wrong. |
|
||||||
|
|
||||||
In fact, if you look at how I do it in this first version it is _WRONG_ so do not use this in |
|
||||||
production yet until I can make it correct. Just use it to learn for now. |
|
||||||
|
|
||||||
## Getting Started |
|
||||||
|
|
||||||
Programmers hate duplication so if you want the instructions read the [index.md file in |
|
||||||
pages](pages/index.md). |
|
||||||
|
Loading…
Reference in new issue