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

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.

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.