create-hyperdom-app
v1.7.5
Published
hyperdom starter kit
Readme
create-hyperdom-app
Hyperdom starter kit. With express backend and webpack assets management.
Build Type | Status
------|------
Push to master |
Latest
create-hyperdom-app npm module against latest dependencies (runs daily) |
Creating new app
yarn create hyperdom-app myApp # npx create-hyperdom-app myApp
cd myApp
yarn install # npm installOptions
--jsx: generate jsx project instead of the default js one.--tsx: generate typescript project with tsx.
Contributing
Run tests:
yarn testRun tests with browser window:
yarn test --debugTests run yarn install which is pretty slow. Set CACHE_NODE_MODULES=1 when running yarn test to speed things up a bit.
