create-hyperdom-app
v1.7.5
Published
hyperdom starter kit
Downloads
11
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 install
Options
--jsx
: generate jsx project instead of the default js one.--tsx
: generate typescript project with tsx.
Contributing
Run tests:
yarn test
Run tests with browser window:
yarn test --debug
Tests run yarn install
which is pretty slow. Set CACHE_NODE_MODULES=1
when running yarn test
to speed things up a bit.