Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdic-coder/stencil-demo
Testing out Stencil JS.
https://github.com/nerdic-coder/stencil-demo
jsx stencil-js typescript
Last synced: 25 days ago
JSON representation
Testing out Stencil JS.
- Host: GitHub
- URL: https://github.com/nerdic-coder/stencil-demo
- Owner: nerdic-coder
- License: mit
- Created: 2017-08-27T08:07:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T20:54:46.000Z (over 7 years ago)
- Last Synced: 2024-11-09T00:19:34.574Z (3 months ago)
- Topics: jsx, stencil-js, typescript
- Language: TypeScript
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stencil-demo
Testing out Stencil JS.## Getting Started
To test this out yourself, clone this repo to a new directory:
```bash
git clone [email protected]:TheNerdicCoder/stencil-demo.git stencil-demo
cd stencil-demo
git remote rm origin
```and run:
```bash
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:
```bash
npm run dev
```To build the app for production, run:
```bash
npm run build
```## Stencil
Based on Stencil frameworkWebsite: https://stenciljs.com/
Github: https://github.com/ionic-team/stencil