/example

Gas framework example application

Primary LanguageGoMIT LicenseMIT

Example - full example of gas ecosystem usage

Dependencies:

  1. gasocre/gas
  2. gasocre/std
  3. sass
  4. golang-commonmark/markdown - markdown parser

Gettings started:

// install nodejs, I recommend github.com/nvm-sh/nvm

GO111MODULE=off go get github.com/gascore/example
cd $GOPATH/src/github.com/gascore/example
export GO111MODULE=on

cd app
go get
cd ..

npm i
go run main.go -watch