This repository is a pooling of statics files used by the Æris templates.
- IE >= 10
- Webkit >= 20
- Gecko >= 30
For easier developments of templates, you can simply run a static server:
$ npm install http-server -g
$ git clone https://github.com/vuzonp/aeris-static.git
$ cd ./aeris-static/dist/
$ http-server
The files are now accessibles from:
You can obviously use Apache, Nginx or another HTTP servers, but this project use few npm dependencies: I indicate here a nodejs solution for more consistent logic.
This repository is hosted directly on Github. You can access to the files from:
- https://vuzonp.github.io/aeris-static/dist/css/aeris.min.css
- https://vuzonp.github.io/aeris-static/dist/js/aeris.min.js
You can also install it with bower:
$ bower install vuzonp/aeris-static