create-hyperdom-app

1.7.5 • Public • Published

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.

/create-hyperdom-app/

    Package Sidebar

    Install

    npm i create-hyperdom-app

    Weekly Downloads

    31

    Version

    1.7.5

    License

    MIT

    Unpacked Size

    104 kB

    Total Files

    86

    Last publish

    Collaborators

    • artemavetisyan