Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atiberghien/makerscience

Front-end of the Science Animation MakerScience website
https://github.com/atiberghien/makerscience

Last synced: 5 days ago
JSON representation

Front-end of the Science Animation MakerScience website

Awesome Lists containing this project

README

        

# MakerScience FrontEnd

This application is a front-end for the [MakerScience server](github.com/atiberghien/makerscience-server)

## Underlying technologies
* AngularJS (and restangular to deal with server-side REST API)
* Coffescript for scripts
* Compass/Sass for stylesheets
* bower for javascript dependencies
* [grunt](gruntjs.com/getting-started) for project building

## Install

First, you need to install grunt client (`grunt-cli`) globally on your system. It could be install using `npm`.

Then :
* clone the repo : `git clone https://github.com/atiberghien/makerscience.git`
* install grunt dependencies (packages.json): `npm install`
* install application dependencies (bower.json) : `bower install`
* build the project and run HTTP test server : `grunt`

## Contributors

* Alban Tiberghien (dev front/back)
* Gaëtan Priour (web integrator)
* Freddy Limpens (dev front/back)
* Violaine Alvarez (web design)