mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
Nothing special here
This commit is contained in:
16
examples/README.md
Normal file
16
examples/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Examples
|
||||
|
||||
Navigate through [iris-contrib/examples](https://github.com/iris-contrib/examples) repository to view all available examples.
|
||||
|
||||
> These examples are small but practical, they do NOT cover all Iris' and Go's stdlib features.
|
||||
|
||||
|
||||
## Run
|
||||
|
||||
1. Download the [Go Programming Language](https://golang.org/dl/).
|
||||
2. Download the [LiteIDE](https://sourceforge.net/projects/liteide/files/X30.3/), a cross-platform Go IDE.
|
||||
3. Click [here](https://github.com/iris-contrib/examples/archive/master.zip) to download all examples.
|
||||
4. **Unzip** the contents of your `examples-master.zip` you just downloaded.
|
||||
5. Open the LiteIDE, click on the `File -> Open Folder...` menu item (top-left corner)
|
||||
and select the folder which contains the contents you just unzipped.
|
||||
6. Open an example folder, select its `main.go` and `run` it by pressing `Ctrl/CMD +R`.
|
||||
Reference in New Issue
Block a user