Skip to content

featurist/create-hyperdom-app

Repository files navigation

create-hyperdom-app

Hyperdom starter kit. With express backend and webpack assets management.

Build Type Status
Push to master Build Status
Latest create-hyperdom-app npm module against latest dependencies (runs daily) Build Status

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.