Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit e69a81b

Browse files
committed
Add example app links and installation notes
1 parent 62ceaa4 commit e69a81b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,26 @@ Component used by the [MicroApps framework](https://github.com/pwrdrvr/microapps
99
# Table of Contents <!-- omit in toc -->
1010

1111
- [Overview](#overview)
12+
- [Installation / CDK Constructs](#installation--cdk-constructs)
13+
- [Example Applications Using `serverless-nextjs-router`](#example-applications-using-serverless-nextjs-router)
1214
- [Setting Up New App](#setting-up-new-app)
1315
- [Motivations](#motivations)
1416

17+
# Installation / CDK Constructs
18+
19+
- `npm i --save-dev @pwrdrvr/serverless-nextjs-router`
20+
- Note: The module is used at runtime but only needed at build-time as the router file generally has to be copied into the output folder via a manual build step
21+
22+
# Example Applications Using `serverless-nextjs-router`
23+
24+
- Release App
25+
- The Release app is an initial, rudimentary, release control console for setting the default version of an application with the [MicroApps framework](https://github.com/pwrdrvr/microapps-core)
26+
- Built with Next.js
27+
- [pwrdrvr/microapps-app-release](https://github.com/pwrdrvr/microapps-app-release)
28+
- Next.js Demo App
29+
- The Next.js Tutorial application deployed as a MicroApp
30+
- [pwrdrvr/serverless-nextjs-demo](https://github.com/pwrdrvr/serverless-nextjs-demo)
31+
1532
# Setting Up New App
1633

1734
[TBC] The instructions are going to have to wait a bit after 2022-01-30 as there are other components being released, shortly, that make it easier to give an example of how to use this.

0 commit comments

Comments
 (0)