An example site, set up with npm, less, and css-george for runtime-editable stylesheet variables.
Getting set up and running is pretty easy:
npm install
npm start
Now open http://localhost:8080 in your browser.
The src
folder contains the index.html page and a subfolder for less files.
The build process (using npm scripts in package.json
) compiles its output to
the www
folder.
Contributions of bug reports, feature requests, and pull requests are greatly appreciated!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright © 2017 Darryl Pogue Licensed under the MIT Licence.