Skip to content

Commit

Permalink
Use archive link for electron-next in the examples (#20879)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
  • Loading branch information
Almad and timneutkens committed Jan 11, 2021
1 parent 552aa9d commit 920c221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/with-electron-typescript/README.md
Expand Up @@ -10,8 +10,6 @@ This example show how you can use Next.js inside an Electron application to avoi

For development it's going to run a HTTP server and let Next.js handle routing. In production it use `next export` to pre-generate HTML static files and use them in your app instead of running an HTTP server.

**You can find a detailed documentation about how to build Electron apps with Next.js [here](https://leo.im/2017/electron-next)!**

## How to use

Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
Expand Down

0 comments on commit 920c221

Please sign in to comment.