Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laszlokorte/tams-tools
- Owner: laszlokorte
- License: mit
- Created: 2015-12-12T18:18:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:48:30.000Z (about 2 years ago)
- Last Synced: 2024-05-05T11:35:10.297Z (8 months ago)
- Topics: computer-science, cyclejs, e-learning, teaching
- Language: JavaScript
- Homepage: https://thesis.laszlokorte.de
- Size: 5.61 MB
- Stars: 31
- Watchers: 5
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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