Skip to content

JCERTIFLab/jcertif-web-2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCertif Web 2013

Ce projet consiste à construire le prochain site www.jcertif.com.

Les technologies

Les outils

Executer le projet en local

Pré-requis

Installer :

npm install grunt-cli -g
  • Bower
npm install bower -g

Récupérer les sources

En SSH

git clone git@github.com:JCERTIFLab/jcertif-web-2013.git

En HTTPS

git clone https://github.com/JCERTIFLab/jcertif-web-2013.git

Lancer l'application

Depuis la racine des sources, lancer les commandes :

npm install
bower install
grunt server

C'est tout normalement...:)