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
- Node
- parcel-bundler
git clone git@github.com:spiel-examples/listing-people-frontend.git
Enter to the folder and execute:
npm install
First you need install and execute the listing-people-api
Now run:
npm run watch
npm test