This includes webhint, stylelint, and prettier.
VS Code settings are included to streamline the process. Stylelint extension and prettier are there too for real time feedback. Because of the settings, Prettier will auto-format whenever you move out of the file.
Run npm install
to install the dependencies. Then, run npm start
to start the server.