Skip to content

Commit 077097c

Browse files
committed
Merge remote-tracking branch 'origin/docs' into dev.nodejs-ssr
2 parents 73dcf1a + c5f3ae1 commit 077097c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,30 @@ If you ever need to change the configuration for anything, you can easily do so.
4747
## Get Started
4848
### 🏄‍ Web Browser
4949
#### Download
50-
If you want to build an app for web browsers, start with the [latest `browser` release](https://github.com/IsaacLean/lean-web-app-starter/releases).
50+
If you want to build an app for web browsers, start with the [latest `browser` release](https://github.com/IsaacLean/lean-js-app-starter/releases).
5151

5252
#### Examples
5353
You can find some example browser apps in the following branches:
5454

55-
- [`todolist-browser`](https://github.com/IsaacLean/lean-web-app-starter/tree/todolist-browser): A todo list app. Connects with mock backend API.
56-
- [`starchan-frontend`](https://github.com/IsaacLean/lean-web-app-starter/tree/starchan-frontend): The frontend app for an anonymous text board called *chan (pronounced star-chan). Requires connection with the *chan backend API on the [`nodejs` branch](https://github.com/IsaacLean/lean-web-app-starter/tree/nodejs).
55+
- [`todolist-browser`](https://github.com/IsaacLean/lean-js-app-starter/tree/todolist-browser): A todo list app. Connects with mock backend API.
56+
- [`starchan-frontend`](https://github.com/IsaacLean/lean-js-app-starter/tree/starchan-frontend): The frontend app for an anonymous text board called *chan (pronounced star-chan). Requires connection with the *chan backend API on the [`nodejs` branch](https://github.com/IsaacLean/lean-js-app-starter/tree/nodejs).
5757

5858
[Click here for documentation on building browser apps.](docs/envs/browser/README.md)
5959

6060
### 🌐 Node.js
6161
#### Downloads
62-
If you want to build an app for Node.js, start with the [latest `nodejs` release](https://github.com/IsaacLean/lean-web-app-starter/releases).
62+
If you want to build an app for Node.js, you have two options:
63+
64+
- [`nodejs`](https://github.com/IsaacLean/lean-js-app-starter/tree/nodejs): An Express, MongoDB, and Mongoose starter project
65+
- [`nodejs-ssr`](https://github.com/IsaacLean/lean-js-app-starter/tree/nodejs-ssr): An Express, MongoDB, and Mongoose starter project that supports server-side rendering for React
66+
67+
You can find the latest releases for these on the [releases page](https://github.com/IsaacLean/lean-js-app-starter/releases).
6368

6469
#### Examples
65-
You can find an example Node.js app in the following branch:
70+
The Node.js example apps come with the base projects in the following branches:
6671

67-
- [`nodejs`](https://github.com/IsaacLean/lean-web-app-starter/tree/nodejs): A REST API for an anonymous text board called *chan (pronounced star-chan). Optionally connects with the *chan frontend app on the [`starchan-frontend` branch](https://github.com/IsaacLean/lean-web-app-starter/tree/starchan-frontend).
72+
- [`nodejs`](https://github.com/IsaacLean/lean-js-app-starter/tree/nodejs): A REST API for an anonymous text board called *chan (pronounced star-chan). Optionally connects with the *chan frontend app on the [`starchan-frontend` branch](https://github.com/IsaacLean/lean-js-app-starter/tree/starchan-frontend).
73+
- [`nodejs-ssr`](https://github.com/IsaacLean/lean-js-app-starter/tree/nodejs-ssr): A version of the *chan backend that supports server-side rendering of the frontend app.
6874

6975
[Click here for documentation on building Node.js apps.](docs/envs/nodejs/README.md)
7076

@@ -75,7 +81,7 @@ If you want to build an app for desktop, start with the [latest `desktop` releas
7581
#### Examples
7682
You can find an example desktop app in the following branch:
7783

78-
- [`todolist-desktop`](https://github.com/IsaacLean/lean-web-app-starter/tree/todolist-desktop): A todo list app ported from the browser targeted app on the [`todolist-browser` branch](https://github.com/IsaacLean/lean-web-app-starter/tree/todolist-browser).
84+
- [`todolist-desktop`](https://github.com/IsaacLean/lean-js-app-starter/tree/todolist-desktop): A todo list app ported from the browser targeted app on the [`todolist-browser` branch](https://github.com/IsaacLean/lean-js-app-starter/tree/todolist-browser).
7985

8086
[Click here for documentation on building desktop apps.](docs/envs/desktop/README.md)
8187

0 commit comments

Comments
 (0)