hydrogen/packages/create-hydrogen-app
Josh Larson 69576610c4
chore: improve Stackblitz publishing flow (#203)
* chore: hoist local flag to root project

* chore: publish to stackblitz branch with new release

* chore: rename gitignore for stackblitz

* chore: use correct path

* chore: include `.stackblitzrc` file to ensure dev server starts
2021-11-10 12:01:53 -06:00
..
scripts chore: improve Stackblitz publishing flow (#203) 2021-11-10 12:01:53 -06:00
CHANGELOG.md v0.6.3 2021-11-10 14:31:52 +09:00
index.js feat: initial commit 2021-11-04 15:22:30 -07:00
package.json v0.6.3 2021-11-10 14:31:52 +09:00
README.md feat: initial commit 2021-11-04 15:22:30 -07:00
template-hydrogen feat: initial commit 2021-11-04 15:22:30 -07:00

create-hydrogen-app

Create a new Hydrogen project:

npm init hydrogen-app@latest

Or with yarn:

yarn create hydrogen-app