A miniature dev environment for building websites.
- 11ty dev server for hot-reload on changes.
- SASS for... well SASS.
- esbuild for JS
Install the project dependencies
$ npm i
As-is the config will watch everything in the /src
dir and any .html files.
$ npm run dev