https://github.com/dotenorio/now-examples
▲ now examples
https://github.com/dotenorio/now-examples
examples now serverless
Last synced: 3 months ago
JSON representation
▲ now examples
- Host: GitHub
- URL: https://github.com/dotenorio/now-examples
- Owner: dotenorio
- License: mit
- Created: 2018-10-04T01:55:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T17:24:51.000Z (over 7 years ago)
- Last Synced: 2025-02-06T12:34:10.384Z (about 1 year ago)
- Topics: examples, now, serverless
- Language: HTML
- Homepage: http://bit.ly/now-serverless
- Size: 2.99 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
▲ now examples
----
Examples to use after [this](http://bit.ly/now-serverless) presentation:
## Now 1.0
* [static](/static)
* [nodejs](/nodejs)
* [dockerfile](/dockerfile)
## Now 2.0
* [functions](/functions)
Before deploy, please install the now-cli:
```
$ npm i -g now
```
or
```
$ yarn global add now
```
On first deploy, you need to set a e-mail and confirm it in mailbox.
Ready!

:smile: Enjoy it!