User Tools

Site Tools


tools:taaabs:doc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:taaabs:doc [2015/09/04 19:14]
rcazenav
tools:taaabs:doc [2015/09/07 19:46]
rcazenav
Line 61: Line 61:
 ===== Project Directory Structure ===== ===== Project Directory Structure =====
 ''app/'': Directory containing sources of the application. ''app/'': Directory containing sources of the application.
 +
 ''bower.json'': A file describing client-side dependencies of the project. ''bower.json'': A file describing client-side dependencies of the project.
 +
 ''bower_components/'': Directory containing client-side dependencies. ''bower_components/'': Directory containing client-side dependencies.
 +
 ''dist/'': Contains the "production" files (this directory can be served by an HTTP server like Apache, Nginx) ''dist/'': Contains the "production" files (this directory can be served by an HTTP server like Apache, Nginx)
 +
 ''gulpfile.js'': File describing the build process. ''gulpfile.js'': File describing the build process.
 +
 ''node_modules/'': Directory containing build dependencies (or server-side dependencies for Node.js based server applications).  ''node_modules/'': Directory containing build dependencies (or server-side dependencies for Node.js based server applications). 
 +
 ''package.json'': A file describing build dependencies of the project. (usually this folder contains server-side dependencies for Node.js based server applications) ''package.json'': A file describing build dependencies of the project. (usually this folder contains server-side dependencies for Node.js based server applications)
 +
 ''.bowerrc'': Configuration file for ''bower'' ''.bowerrc'': Configuration file for ''bower''
 +
 ''.jscsrc'': configuration file for JSCS (JSCS is a code style linter for programmatically enforcing your style guide).  ''.jscsrc'': configuration file for JSCS (JSCS is a code style linter for programmatically enforcing your style guide). 
 +
 ''.jshintrc'': configuration file for JSHint (JSHint is a tools to detect suspicious usage in programs written in JavaScript). ''.jshintrc'': configuration file for JSHint (JSHint is a tools to detect suspicious usage in programs written in JavaScript).
 +
 ''wct.conf.json'': A file desbribing Unit tests ''wct.conf.json'': A file desbribing Unit tests
  
 ===== Running the development web server ===== ===== Running the development web server =====
  
-When you are modifing sources files of ''Taaabs''+When you are modifing sources files of ''Taaabs'', you can see a continuous updated version on your browser. 
 +To do this, use ''gulp serve'', and open http://localhost:3000/ in Chromium browser or Chrome browser. 
 + 
 + 
 +===== Run the simple webserver ===== 
 +''gulp simpleserver'' 
 + 
 +Then open http://localhost:8080/dist/
tools/taaabs/doc.txt · Last modified: 2018/12/10 13:20 by pchampin

CNRS INSA de Lyon Université Lyon 1 Université Lyon 2 École centrale de Lyon