Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```