This project folder demonstrates a sample configuration of the Heft build system. It illustrates a realistic small project that targets a web browser runtime 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 files
- Webpack for bundling and optimization
Please see the Getting started with Heft and "webpack" task articles for more information.