The Wayback Machine - https://web.archive.org/web/20210106091716/https://github.com/nerdic-coder/stencil-demo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
www
 
 
 
 
 
 
 
 
 
 

README.md

stencil-demo

Testing out Stencil JS.

Getting Started

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

git clone [email protected]: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.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.