An open API service indexing awesome lists of open source software.

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

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
```