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.
- Host: GitHub
- URL: https://github.com/thinkswan/netlify-dev-demo
- Owner: thinkswan
- Created: 2019-06-27T18:34:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T09:07:12.000Z (almost 7 years ago)
- Last Synced: 2025-09-09T13:50:43.428Z (7 months ago)
- Topics: javascript, netlify, tutorial
- Language: JavaScript
- Homepage: https://netlify-dev-demo-4069b39.netlify.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```