create-hydro-app
Version:
Create hydro apps with no build configuration.
19 lines (12 loc) • 344 B
Markdown
This package includes the global command for Create Hydro App.<br>
Creating a Hello World App will have a size of 3.94K (compressed).<br>
Adding another Hello World Component will add 19 Bytes.
```properties
$ npm init hydro-app@latest <project>
```
or
```properties
$ npx create-hydro-app@latest <project>
```