Common Node project templates with emphasis on JavaScript, separated by target platform and kind of distribution.
Testing | Publishing | Website | |
---|---|---|---|
react-app | Vitest | ✗ | Just the Docs |
react-library | Vitest | Package Manager | JSDoc, Just the Docs |
- Vitest testing framework for Vite build tool.
- ESLint code linter.
- Coverage command included in Vitest.
- Root directory:
- Website module:
- Jekyll for generating webpages displaying README and other content.
- The webpages are manually deployed with
jekyll build
.