Skip to content

Commit

Permalink
Create README file for https example (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras authored and timneutkens committed Feb 14, 2018
1 parent 1248351 commit 3b33de0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/with-https/README.md
@@ -0,0 +1,27 @@
# Micro app with HTTPS

## How to use

Download the example [or clone the repo](https://github.com/zeit/micro):

```bash
curl https://codeload.github.com/zeit/micro/tar.gz/master | tar -xz --strip=2 micro-master/examples/with-https
cd socket.io-chat-app
```

Install it and run:

```bash
npm install
npm run start
```

Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))

```bash
now
```

## The idea behind the example

Shows how to make use of HTTPS requests with micro.

0 comments on commit 3b33de0

Please sign in to comment.