Skip to content

A set of tools for teaching and learning computer science built with cycle.js

License

Notifications You must be signed in to change notification settings

laszlokorte/tams-tools

Repository files navigation

TAMS Tools for eLearning

A set of tools for teaching and learning computer science. Developed by Laszlo Korte me@laszlokorte.de as part of the Thesis A JavaScript framework for interactive presentations and animations on computer science.

Demo: https://thesis.laszlokorte.de

Getting started

First you need to make sure you have installed node(v5.1.0) and npm(3.5.0) on your system.

node can be downloaded at https://nodejs.org/en/ npm is included.

Then just run:

$ npm install

And to start the development server

$ npm start

Now you can open http://localhost:3000 in your browser

Build

To build a release version just run

$ npm run compile

The output will be saved into the ./build folder.

More

See the docs folder for further explanation

About

A set of tools for teaching and learning computer science built with cycle.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published