Tour of Heroes tutorial in Stencil.
Based on the Angular Tutorial: Tour of Heroes
Read the tutorial part 1, Introduction
Read the tutorial part 2, Components
Read the tutorial part 3, Services
Read the tutorial part 4, Routing
Read the tutorial part 5, HTTP
Installation:
git clone https://github.com/nerdic-coder/stencil-tour-of-heroes.git stencil-tour-of-heroes
cd stencil-tour-of-heroes
npm installStarting mock server:
npm run mockor update src/global/config.ts SERVER_URL to your own custom backend.
Starting stencil application:
npm start