From e70c59517bba73874c06cc426fd927e618f03219 Mon Sep 17 00:00:00 2001 From: Kelly Burke Date: Mon, 25 Jun 2018 03:31:09 -0700 Subject: [PATCH] Add example to `Recipes` section (#4661) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4a85a10b..6ff3d58c 100644 --- a/readme.md +++ b/readme.md @@ -1581,6 +1581,7 @@ For the production deployment, you can use the [path alias](https://zeit.co/docs - [Setting up 301 redirects](https://www.raygesualdo.com/posts/301-redirects-with-nextjs/) - [Dealing with SSR and server only modules](https://arunoda.me/blog/ssr-and-server-only-modules) - [Building with React-Material-UI-Next-Express-Mongoose-Mongodb](https://github.com/builderbook/builderbook) +- [Build a SaaS Product with React-Material-UI-Next-MobX-Express-Mongoose-MongoDB-TypeScript](https://github.com/async-labs/saas) ## FAQ