HTML, CSS, and Javascript are the most fundamental technologies to create websites.
Simple web boilerplate builds upon these basics, providing the minimum set of tools to develop simple websites.
No javascript frameworks, UI frameworks, or other complex tools.
Just the fundamental starter code to develop a production ready front end.
Supports modern browsers, and IE9+
npm run dev
npm run lint-js
npm run build
npm run start
npm run stop