https://github.com/rtorr/preact-netlify
https://github.com/rtorr/preact-netlify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtorr/preact-netlify
- Owner: rtorr
- Created: 2019-12-27T02:16:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:31:27.000Z (over 2 years ago)
- Last Synced: 2025-04-02T20:12:01.173Z (3 months ago)
- Language: JavaScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- 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).