mirror of
https://github.com/kataras/iris.git
synced 2025-02-10 02:56:20 +01:00
23 lines
384 B
Go
23 lines
384 B
Go
package main
|
|
|
|
/*
|
|
|
|
- install iris command line tool
|
|
$ go get -u github.com/kataras/iris/iris
|
|
|
|
|
|
- get command
|
|
Downloads the mongo sample project prototype, open this folder to your explorer,
|
|
builds, runs and watches for source code changes (hot-reload).
|
|
|
|
$ iris get mongo
|
|
|
|
|
|
- run command
|
|
Runs and monitors for source code changes(hot-reload).
|
|
|
|
$ cd mysites/site1
|
|
$ iris run main.go
|
|
|
|
*/
|