This is a basic starter kit for the HCJ Vanilla Stack, perfect to improve frontend developers productivity, facilitating the initial file structure of a project.
For a better performance, it requires the use of the below editor and extensions:
- [Editor] - VSCode editor or any other editor supporting the below extensions
- [Extension] - Live Sass Compiler extension, Link:
- [Extension] - Minify, Id. HookyQR.minify, Link:
- HTML
- CSS complemented and configured with SASS processor.
- Vanilla JS
In the root of the project you will find a file named (envConfig.js), in that file you should set your app mode, switching between true for a production mode and false for a dev mode.