An open API service indexing awesome lists of open source software.

https://github.com/thinkswan/netlify-dev-demo

A Netlify Dev app that retrieves random words and names.
https://github.com/thinkswan/netlify-dev-demo

javascript netlify tutorial

Last synced: 6 months ago
JSON representation

A Netlify Dev app that retrieves random words and names.

Awesome Lists containing this project

README

          

# netlify-dev-demo

A Netlify Dev app that retrieves random words and names.

Based on the following tutorial: [Traversy Media: Netlify Dev Crash Course | Easy Dev & Deploy](https://www.youtube.com/watch?v=FMhVXOA54x8)

## Get started

```
yarn global add netlify-cli
yarn
netlify dev
open http://localhost:8888/
```