Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 788 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 788 Bytes

Listing People Frontend

This is a frontend example using Spiel Client. You will realize that I didn't create endpoints, instead of this I use spiel-connect which provide all the classes and methods that I need to call a some endpoint. Also I use picostyle to set styles to elements

Requirements

  • Node
  • parcel-bundler

Download

git clone [email protected]:spiel-examples/listing-people-frontend.git

Install

Enter to the folder and execute:

    npm install

Run

First you need install and execute the listing-people-api

Now run:

npm run watch

Run Tests

npm test