Add a template project
Opened this issue · 2 comments
MichaelCurrin commented
Add an sample-project
or example
folder which someone can view on Github and maybe download, or copy from cloned repo.
Or, for more convenience for a user, add commands to make it locally.
For example:
Setup skeleton project with the .js and public files but all empty. This would create content in the current directory. Let the user make the directory themselves.
npx hydrogen create-skeleton
Setup project using the content examples in README.md. Maybe flesh the examples out more to showcase advanced functionality.
npx hydrogen create-sample
shailen-naidoo commented
shailen-naidoo commented
@MichaelCurrin Working on it 💯