Skip to content

Briareos/ServeLess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Instructions

Just edit config.js, map the domain to the root path and run the server via $ node server.js.

You can then request the files in your HTML like so:

<link rel="stylesheet" href="//localhost:1337/less/style.less">

About

A most basic server for .less files written in Node.js. Creates an HTTP server, listens on specified ports and compiles and serves .less files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published