nerdic-coder / stencil-tour-of-heroes

Tour of Heroes tutorial in StencilJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stencil Tour of Heroes

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

Getting Started

Installation:

git clone https://github.com/nerdic-coder/stencil-tour-of-heroes.git stencil-tour-of-heroes
cd stencil-tour-of-heroes
npm install

Starting mock server:

npm run mock

or update src/global/config.ts SERVER_URL to your own custom backend.

Starting stencil application:

npm start

About

Tour of Heroes tutorial in StencilJS

License:MIT License


Languages

Language:JavaScript 94.9%Language:TypeScript 3.4%Language:CSS 0.9%Language:HTML 0.8%