https://github.com/spurreiter/preactjs-templates-default
https://github.com/spurreiter/preactjs-templates-default
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spurreiter/preactjs-templates-default
- Owner: spurreiter
- License: mit
- Created: 2022-08-16T14:35:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T18:52:13.000Z (over 1 year ago)
- Last Synced: 2025-01-07T06:37:50.418Z (4 months ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Improved preact default starter template from https://github.com/preactjs-templates/default
- updated dependencies
- jest tests runningStart with
```
npm i --location=global degit
degit https://github.com/spurreiter/preactjs-templates-default
```# {{ name }}
## 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 enzyme
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).