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) |
yarn create hyperdom-app myApp # npx create-hyperdom-app myApp
cd myApp
yarn install # npm install
--jsx
: generate jsx project instead of the default js one.--tsx
: generate typescript project with tsx.
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.