Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancespiele/listing-people-frontend
https://github.com/dancespiele/listing-people-frontend
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancespiele/listing-people-frontend
- Owner: dancespiele
- Created: 2017-10-30T02:19:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T13:02:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T05:35:23.499Z (28 days ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`