Skip to content

spiel-examples/listing-people-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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