Testing out Stencil JS.
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
Based on Stencil framework
Website: https://stenciljs.com/