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