Skip to content
/ new Public

JS SPA skeleton for Aurelia/React using dumber bundler

License

Notifications You must be signed in to change notification settings

dumberjs/new

Repository files navigation

JS SPA skeleton for Aurelia/React using dumber bundler

CI E2E-Linux E2E-Windows E2E-macOS

To generate a JS SPA app through makes, run

npx makes dumberjs
# or
npx makes dumberjs project-name

Unit tests

Unit tests for various "makes" files.

npm test

E2E Test

E2E tests for skeletons.

GitHub Actions runs a subset of them for every PR or push to master.

# Do not run following directly. There are too many skeletons.
npm run test:e2e

Always target a subset of skeletons, use environment variable TARGET_FEATURES.

# only test skeletons using aurelia and typescript features.
npx cross-env TARGET_FEATURES=aurelia,typescript npm run test:e2e

Local development

If you forked this repo, you can try your skeleton with:

# Try your master branch if your forked name is "new"
npx makes your_GitHub_name
# Try some branch or commit or tag
npx makes your_GitHub_name/forked_repo_name#some-branch

License

MIT.

About

JS SPA skeleton for Aurelia/React using dumber bundler

Resources

License

Stars

Watchers

Forks

Packages

No packages published