Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinekm/hop-action-tests-preact
https://github.com/antoinekm/hop-action-tests-preact
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antoinekm/hop-action-tests-preact
- Owner: AntoineKM
- Created: 2023-03-30T09:38:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:56:55.000Z (11 months ago)
- Last Synced: 2024-05-01T19:28:10.407Z (6 months ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hop-action-tests-preact
## 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).