Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laszlokorte/tams-tools

A set of tools for teaching and learning computer science built with cycle.js
https://github.com/laszlokorte/tams-tools

computer-science cyclejs e-learning teaching

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# TAMS Tools for eLearning

A set of tools for teaching and learning computer science. Developed by Laszlo Korte 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:

```shell
$ npm install
```

And to start the development server

```shell
$ npm start
```

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

## Build

To build a release version just run

```shell
$ npm run compile
```

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

## More

See the `docs` folder for further explanation