Skip to content

Instantly share code, notes, and snippets.

@wangzuo
Created October 20, 2018 03:42
Show Gist options
  • Save wangzuo/1dabe344ba4c063607877715ba845b9f to your computer and use it in GitHub Desktop.
Save wangzuo/1dabe344ba4c063607877715ba845b9f to your computer and use it in GitHub Desktop.
hermes

Frontend

  • npm & yarn
  • webpack & dev server npm start (vendor.js)
  • react repl
  • styling & css module

Backend

  • gotrue
  • pop
  • go mod export GO111MODULE=on
  • gofmt
  • go version go1.11 darwin/amd64
  • postgres (PostgreSQL) 10.4
  • /cmd main.go
  • /models
  • /api
  • /migrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment