https://github.com/crgiopeca88/experiments-preactjs-typescript
This is a repository about preactjs library with typescript
https://github.com/crgiopeca88/experiments-preactjs-typescript
css html5 javascript preact preactjs sass typescript
Last synced: about 1 month ago
JSON representation
This is a repository about preactjs library with typescript
- Host: GitHub
- URL: https://github.com/crgiopeca88/experiments-preactjs-typescript
- Owner: CrgioPeca88
- License: mit
- Created: 2021-07-23T03:35:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T00:03:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T22:35:49.173Z (3 months ago)
- Topics: css, html5, javascript, preact, preactjs, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 713 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# experiments-preactjs-typescript
This is a repository about preactjs library with typescript
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm start# build for production with minification
npm run build# test the production build locally
npm run build-serve# run tests with jest and enzyme
npm run test
```