The Wayback Machine - https://web.archive.org/web/20201102022559/https://github.com/laszlokorte/tams-tools
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.