Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davispuh/datustrukturas
Tīmekļa lietotne Datu Struktūru apguvei
https://github.com/davispuh/datustrukturas
Last synced: about 1 month ago
JSON representation
Tīmekļa lietotne Datu Struktūru apguvei
- Host: GitHub
- URL: https://github.com/davispuh/datustrukturas
- Owner: davispuh
- License: unlicense
- Created: 2015-09-21T20:55:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T23:24:53.000Z (almost 9 years ago)
- Last Synced: 2023-04-05T00:27:16.406Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://davispuh.github.io/DatuStrukturas/dist/
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datu Struktūras
Tīmekļa lietotne Datu Struktūru apguvei
## Prasības
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (ar NPM)
* [Bower](http://bower.io/): `npm install bower -g`
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Uzstādīšana
* `npm install`
* `bower install`## Palaišana
* `ember server`
* Skaties lietojumu [http://localhost:4200](http://localhost:4200).### Testi
* `ember test`
* `ember test --server`### Kompilēšana
* `ember build` (izstrāde)
* `ember build --environment production` (produkcija)## Atjaunināšana
Lai atjaunotu Foundation un citas bibliotēkas izpildi
```bash
bower update
```