Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 935 Bytes

File metadata and controls

13 lines (13 loc) · 935 Bytes

Project description and implementation instructions

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.

Requirements

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:

Technologies

  • HTML
  • CSS complemented and configured with SASS processor.
  • Vanilla JS

Setting your application mode

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.