You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,24 +47,30 @@ If you ever need to change the configuration for anything, you can easily do so.
47
47
## Get Started
48
48
### 🏄 Web Browser
49
49
#### 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).
51
51
52
52
#### Examples
53
53
You can find some example browser apps in the following branches:
54
54
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).
57
57
58
58
[Click here for documentation on building browser apps.](docs/envs/browser/README.md)
59
59
60
60
### 🌐 Node.js
61
61
#### 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).
63
68
64
69
#### 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:
66
71
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.
68
74
69
75
[Click here for documentation on building Node.js apps.](docs/envs/nodejs/README.md)
70
76
@@ -75,7 +81,7 @@ If you want to build an app for desktop, start with the [latest `desktop` releas
75
81
#### Examples
76
82
You can find an example desktop app in the following branch:
77
83
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).
79
85
80
86
[Click here for documentation on building desktop apps.](docs/envs/desktop/README.md)
0 commit comments