/aeris-static

Static files shared of Æris projects

Primary LanguageCSSMIT LicenseMIT

Æris static files

This repository is a pooling of statics files used by the Æris templates.

Compatibility

  • IE >= 10
  • Webkit >= 20
  • Gecko >= 30

How to access to the content

Development environment (local)

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.

Production environment (online)

This repository is hosted directly on Github. You can access to the files from:

Alternatives

You can also install it with bower:

$ bower install vuzonp/aeris-static