https://github.com/yhwh-script/create-app
Create a WebComponents app with one command.
https://github.com/yhwh-script/create-app
Last synced: 11 months ago
JSON representation
Create a WebComponents app with one command.
- Host: GitHub
- URL: https://github.com/yhwh-script/create-app
- Owner: yhwh-script
- License: unlicense
- Created: 2025-01-29T00:12:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T00:16:48.000Z (over 1 year ago)
- Last Synced: 2025-01-29T00:27:32.697Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-app
Create a yhwh-script app with just one command.
## yhwh-script
yhwh-script is a JavaScript framework for WebComponents.
With yhwh-script your custom elements can become, whatever you want them to become.
### Installation
Easiest way is to simply call the following command:
`npx @yhwh-script/create-app YOUR_PROJECT_NAME`
```
Need to install the following packages:
@yhwh-script/create-app@0.9.9
Ok to proceed? (y) y
```
`cd YOUR_PROJECT_NAME`
`npm install`
`npm run dev`
That's it. Thanks for using yhwh-script.