Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 357 Bytes

File metadata and controls

25 lines (16 loc) · 357 Bytes

Mini Devex

A miniature dev environment for building websites.

  • 11ty dev server for hot-reload on changes.
  • SASS for... well SASS.
  • esbuild for JS

Installation

Install the project dependencies

$ npm i

Configuration

As-is the config will watch everything in the /src dir and any .html files.

Run

$ npm run dev