Skip to content

Code organization

Roberto Prevato edited this page May 2, 2017 · 4 revisions

Repository structure

  • The source folder contains library source code and tasks related code
  • The httpdocs folder is a container for built code, to be used during development and testing using a development server
  • The servers folder contains development servers; currently a single a development server written in Python, using the wonderful Flask framework
  • The dist folder contains the minified source /dist/kingtable.js and CSS files for distribution

Code organization

  • Source ES6 code is contained in source/code folder
  • Unit tests are contained in source/code/tests folder
Clone this wiki locally