Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdic-coder/stencil-tour-of-heroes
Tour of Heroes tutorial in StencilJS
https://github.com/nerdic-coder/stencil-tour-of-heroes
javascript jest stencil stenciljs tutorial typescript
Last synced: 3 days ago
JSON representation
Tour of Heroes tutorial in StencilJS
- Host: GitHub
- URL: https://github.com/nerdic-coder/stencil-tour-of-heroes
- Owner: nerdic-coder
- License: mit
- Created: 2018-04-18T18:45:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:17:33.000Z (over 6 years ago)
- Last Synced: 2025-01-16T19:33:29.077Z (29 days ago)
- Topics: javascript, jest, stencil, stenciljs, tutorial, typescript
- Language: JavaScript
- Size: 422 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stencil Tour of Heroes
Tour of Heroes tutorial in Stencil.Based on the [Angular Tutorial: Tour of Heroes](https://angular.io/tutorial)
[Read the tutorial part 1, Introduction](https://nerdic-coder.com/2018/04/21/stencil-tutorial-tour-of-heroes/)
[Read the tutorial part 2, Components](https://nerdic-coder.com/2018/04/25/stencil-tutorial-tour-of-heroes-part-2/)
[Read the tutorial part 3, Services](https://nerdic-coder.com/2018/05/01/stencil-tutorial-tour-of-heroes-part-3/)
[Read the tutorial part 4, Routing](https://nerdic-coder.com/2018/05/10/stencil-tutorial-tour-of-heroes-part-4/)
[Read the tutorial part 5, HTTP](https://nerdic-coder.com/2018/05/21/stencil-tutorial-tour-of-heroes-part-5/)
## Getting Started
Installation:
```bash
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:
```bash
npm run mock
```or update src/global/config.ts SERVER_URL to your own custom backend.
Starting stencil application:
```bash
npm start
```