Before getting started with Heat.js, please read through the following instructions:
Install the packages using the following NPM commands:
npm install -g typescriptnpm installTo build the TypeScript, run the following command:
npm run build-typescriptTo build the SASS, run the following command:
npm run build-sassTo build everything, run the following command:
npm run build-allTo build everything and verify via ESLint, run the following command:
npm run build-all-verifyTo build the TypeScript, run the following command:
npm run build-minimized-typescriptTo build the SASS, run the following command:
npm run build-minimized-sassTo build everything minimized, run the following command:
npm run build-minimizedTo build the TypeScript, run the following command:
npm run build-typescript-esmTo verify the code follows all the pre-configured style rules, run the following command:
npx eslint '**/*.ts'