Skip to content

Commit 1501b5f

Browse files
authored
Merge pull request #474 from mattlean/update-v1.1.0-dl-links
Fix incorrect .zip download links
2 parents 6c1476f + a2c901c commit 1501b5f

File tree

20 files changed

+36
-36
lines changed

20 files changed

+36
-36
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ Select a starter project below that fits your needs:
5656

5757
| Starter Project Name | Description | JavaScript | TypeScript |
5858
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
59-
| Basic Browser | A simple setup for a browser frontend built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-browser) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-browser_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-browser-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-browser-ts_1-0-0.zip) |
60-
| Basic Electron | A simple setup for an Electron desktop app built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-electron) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-electron_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-electron-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-electron-ts_1-0-0.zip) |
61-
| Basic Node.js | A simple setup for a Node.js app built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-node) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-node_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-node-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-node-ts_1-0-0.zip) |
62-
| Express + MongoDB | A web server that runs off Node.js, Express, MongoDB, and Prisma. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-mongo) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-mongo_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-mongo-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-mongo-ts_1-0-0.zip) |
63-
| Express + PostgreSQL | A web server that runs off Node.js, Express, PostgreSQL, and Prisma. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-postgres) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-postgres_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-postgres-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-postgres-ts_1-0-0.zip) |
64-
| React + Browser | A browser frontend that uses React. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-browser) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-browser_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-browser-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-browser-ts_1-0-0.zip) |
65-
| React + Electron | An Electron desktop app that uses React for its renderer processes. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-electron) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-electron_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-electron-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-electron-ts_1-0-0.zip) |
66-
| React + Express + MongoDB with SSR | A full-stack web app that runs off Node.js, Express, PostgreSQL, Prisma, and React. The backend supports React server-side rendering. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-mongo-ssr) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-mongo-ssr_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-mongo-ssr-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-mongo-ssr-ts_1-0-0.zip) |
67-
| React + Express + PostgreSQL with SSR | A full-stack web app that runs off Node.js, Express, PostgreSQL, Prisma, and React. The backend supports React server-side rendering. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-postgres-ssr) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-postgres-ssr_1-0-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-postgres-ssr-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-postgres-ssr-ts_1-0-0.zip) |
59+
| Basic Browser | A simple setup for a browser frontend built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-browser) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-browser_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-browser-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-browser-ts_1-1-0.zip) |
60+
| Basic Electron | A simple setup for an Electron desktop app built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-electron) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-electron_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-electron-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-electron-ts_1-1-0.zip) |
61+
| Basic Node.js | A simple setup for a Node.js app built with just vanilla JavaScript or TypeScript. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-node) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-node_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/basic-node-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-basic-node-ts_1-1-0.zip) |
62+
| Express + MongoDB | A web server that runs off Node.js, Express, MongoDB, and Prisma. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-mongo) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-mongo_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-mongo-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-mongo-ts_1-1-0.zip) |
63+
| Express + PostgreSQL | A web server that runs off Node.js, Express, PostgreSQL, and Prisma. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-postgres) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-postgres_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/express-postgres-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-express-postgres-ts_1-1-0.zip) |
64+
| React + Browser | A browser frontend that uses React. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-browser) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-browser_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-browser-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-browser-ts_1-1-0.zip) |
65+
| React + Electron | An Electron desktop app that uses React for its renderer processes. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-electron) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-electron_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-electron-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-electron-ts_1-1-0.zip) |
66+
| React + Express + MongoDB with SSR | A full-stack web app that runs off Node.js, Express, PostgreSQL, Prisma, and React. The backend supports React server-side rendering. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-mongo-ssr) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-mongo-ssr_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-mongo-ssr-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-mongo-ssr-ts_1-1-0.zip) |
67+
| React + Express + PostgreSQL with SSR | A full-stack web app that runs off Node.js, Express, PostgreSQL, Prisma, and React. The backend supports React server-side rendering. | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-postgres-ssr) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-postgres-ssr_1-1-0.zip) | [View Source](https://github.com/mattlean/lean-js-app-starter/tree/v1.1.0/starters/react-express-postgres-ssr-ts) / [Download](https://github.com/mattlean/lean-js-app-starter/releases/download/v1.1.0/ljas-react-express-postgres-ssr-ts_1-1-0.zip) |
6868

6969
## Examples
7070

0 commit comments

Comments
 (0)