This project folder is one of the build-tests for the Heft build system. It illustrates a realistic small project that targets a web browser runtime, includes the uses of Sass, SCSS, and CSS, and renders using the React library.
The following tasks are configured:
- TypeScript compiler
- ESLint coding style validator
- Jest test runner
- copy-static-assets for .css, .scss, and .sass files
- Webpack for bundling and optimization
Please see the Heft documentation for documentation and tutorials.