Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dancespiele/listing-people-frontend


https://github.com/dancespiele/listing-people-frontend

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Listing People Frontend

This is a frontend example using [pyrite framework](https://github.com/pyrite-framework/pyrite). You will realize that I didn't create endpoints, instead of this I use pyrite-connect which provide all the classes and methods that I need to call a some endpoint. The tests are missing for now but I have to find out how can use ospec because Pyrite uses mithril.js as core and it includes this testing framework.

## Requirements

* Node
* SASS
* Typescript

## Download

`git clone [email protected]:dancespiele/listing-people-frontend.git`

## Install

Enter to the folder and execute:

```
npm -g install typescript
gem install sass
npm -g install nodemon
npm install
```

## Run

First you need install and execute the [listing-people-api](https://github.com/dancespiele/listing-people-api)

Now run:

`npm run watch`