Skip to content

90dy/preact-test-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

CLI Commands

# install dependencies
npm install

# serve demo with hot reload at localhost:8080
npm run dev

# build npm ready bundles to be consumed by other Preact web apps
npm run build:widget

# run static example 
cd example
yarn
yarn start

# build npm ready bundles to be used as a component library
npm run build:lib

# lint the project with eslint to find code style issues
npm run lint

# run tests with jest and enzyme
npm run test

For detailed explanation on how things work, checkout the CLI Readme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.5%
  • TypeScript 31.5%
  • JavaScript 3.7%
  • CSS 3.3%