Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 framework

Website: https://stenciljs.com/

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