@yhwh-script/create-app
Version:
A yhwh-script web app can become anything you want it to become. Set it up with just one command.
23 lines (17 loc) • 531 B
Markdown
# 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.