From bd8721000a96b780f79ca05f075d3026c7320805 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 2 Oct 2017 04:20:53 +0300 Subject: [PATCH] Add a link for the iris-starter-kit: Isomorphic react/hot reloadable/redux/css-modules starter kit Former-commit-id: bcb96b645b7a99629408d744b204ebb938c47281 --- README.md | 1 + _examples/README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 1636a468..630eff8f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Help this project to continue deliver awesome and unique features with the highe * [Websockets](_examples/#websockets) * [Miscellaneous](_examples/#miscellaneous) * [POC: Convert the medium-sized project "Parrot" from native to Iris](https://github.com/iris-contrib/parrot) + * [POC: Isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/kataras/iris-starter-kit) * [Typescript Automation Tools](typescript/#table-of-contents) * [Tutorial: Online Visitors](_examples/tutorial/online-visitors) * [Tutorial: Caddy](_examples/tutorial/caddy) diff --git a/_examples/README.md b/_examples/README.md index 7d5f71d5..79a3e49b 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -13,6 +13,8 @@ It doesn't always contain the "best ways" but it does cover each important featu - [Tutorial: Online Visitors](tutorial/online-visitors/main.go) - [Tutorial: URL Shortener using BoltDB](https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7) - [Tutorial: How to turn your Android Device into a fully featured Web Server (**MUST**)](https://twitter.com/ThePracticalDev/status/892022594031017988) +- [POC: Convert the medium-sized project "Parrot" from native to Iris](https://github.com/iris-contrib/parrot) +- [POC: Isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/kataras/iris-starter-kit) ### Structuring