Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtorr/preact-netlify
https://github.com/rtorr/preact-netlify
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtorr/preact-netlify
- Owner: rtorr
- Created: 2019-12-27T02:16:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:31:27.000Z (about 2 years ago)
- Last Synced: 2024-12-17T15:57:42.676Z (5 days ago)
- Language: JavaScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).