Skip to content

nerdic-coder/stencil-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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