This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
M2OLA/frontend
ariasia bb12df4e3e TG-54 interfaces et formulaires 2017-05-09 11:43:08 +00:00
..
app TG-54 interfaces et formulaires 2017-05-09 11:43:08 +00:00
test TG-121 : add administration space 2017-03-29 11:17:33 +02:00
.bowerrc TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.editorconfig TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.gitattributes TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.gitignore TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.jscsrc TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.jshintrc TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
.yo-rc.json TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
Gruntfile.js page de formation en cours 2017-03-29 17:25:24 +00:00
README.md TG-103 : add frontend folder - scaffolded with yeoman 2017-01-20 11:52:52 +01:00
bower.json TG-121 : add administration space 2017-03-29 11:17:33 +02:00
package.json TG-117 : remove bootstrap css framework and replace by 2017-03-05 10:59:31 +01:00

README.md

client

L'application cliente est développé avec le Framework AngularJS v1.4. La structure de l'application a été généré avec l'outil yo angular generator version 0.15.1.

Prérequis

  • node v7.3.0 Un super outil pour avoir plusieurs versions de node sur la même machine, intéressant si vous avez plusieurs projet qui nécessite des version de node différentes. nvm - Node Version Manager ou (nvm-windows pour les windowsiens !)

  • Installer grunt-cli et bower en global

npm install -g grunt-cli bower

  • Installer les modules npm

npm install

  • Installer les dépendances bower

bower install

Build & Développement & Test

  • Build : grunt build
  • Exécuter en local grunt serve
  • Tester : grunt test