Giter Site home page Giter Site logo

anthony-o / ati-livecoding Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iorga-group/ati-livecoding

0.0 2.0 0.0 570 KB

Experimental project to test many technologies like NodeJS / Express / AngularJS / Socket.IO / HTML5 / CSS3 / MongoDB / Bootstrap / TDD

ati-livecoding's Introduction

Sources des présentations des ATI Live Coding de Iorga

Build Status

Installation

Installer NodeJS sur son poste Se mettre dans le dossier des sources, et exécuter la commande : npm install

Lancer l'application

Pour lancer le serveur : node app.js

Dès lors, on peut accéder à l'application à l'adresse http://localhost:3000/

Développer ou déboguer

nodemon --debug app.js : permet de lancer le serveur, mais va en plus le killer et le relancer dès que l'on modifie un fichier dans les sources.

Attention, il faut avoir installé nodemon au préalable de cette manière : npm install -g nodemon.

Autre "couteau suisse" des applis node : Node Inspector.

Pour l'installer : npm install -g node-inspector.

Ensuite, après avoir lancé le serveur, lancer Node Inspector de cette manière : node-inspector. Et pour déboguer le serveur : http://localhost:8080/debug/port=5858

Exécution des tests

mocha tests/ws.js permet d'exécuter les suites de tests déclarées dans le fichier test.js.

Les tests peuvent être réexécutés à la sauvegarde grâce à la ligne de commande suivante : nodemon node_modules/mocha/bin/mocha tests/ws.js

Lancer grunt

Pour lancer grunt : grunt watch

ati-livecoding's People

Contributors

anthony-o avatar davidrouyer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.