https://github.com/davispuh/datustrukturas
Tīmekļa lietotne Datu Struktūru apguvei
https://github.com/davispuh/datustrukturas
Last synced: 8 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T23:24:53.000Z (over 10 years ago)
- Last Synced: 2025-10-09T08:46:41.416Z (8 months ago)
- Language: JavaScript
- Homepage: http://davispuh.github.io/DatuStrukturas/dist/
- Size: 420 KB
- Stars: 1
- Watchers: 1
- 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
```