https://github.com/killercodemonkey/stencil-quill-example
https://github.com/killercodemonkey/stencil-quill-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/killercodemonkey/stencil-quill-example
- Owner: KillerCodeMonkey
- License: mit
- Created: 2025-02-27T12:43:45.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:43:40.000Z (3 months ago)
- Last Synced: 2025-02-27T18:54:32.532Z (3 months ago)
- Language: TypeScript
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Using stencil-quill with stencil app
## Getting Started
Clone this repo to a new directory:
```bash
npm i
```and run:
```bash
npm start
```To build the app for production, run:
```bash
npm run build
```