nerdic-coder / stencil-demo

Testing out Stencil JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stencil-demo

Testing out Stencil JS.

Getting Started

To test this out yourself, clone this repo to a new directory:

git clone git@github.com:TheNerdicCoder/stencil-demo.git stencil-demo
cd stencil-demo
git remote rm origin

and run:

npm install
npm start

To view the build, start an HTTP server inside of the /www directory.

To watch for file changes during develop, run:

npm run dev

To build the app for production, run:

npm run build

Stencil

Based on Stencil framework

Website: https://stenciljs.com/

Github: https://github.com/ionic-team/stencil

About

Testing out Stencil JS.

License:MIT License


Languages

Language:TypeScript 74.4%Language:HTML 16.8%Language:JavaScript 6.8%Language:CSS 1.9%