Learning template [](https://github.com/hchiam/learning-template/blob/main/LICENSE)
February 24, 2023 ยท View on GitHub
Just one of the things I'm learning. https://github.com/hchiam/learning
(To use this template fast with gh CLI, you can run gh repo create --template learning-template learning-... or set up a custom shortcut CLI command.)
(To create a convenience script repo, use this template instead: https://github.com/hchiam/convenience)
(To create a website fast, use a code generator like create-next-app, sapper, a svelte template, yo, or my project-template)
(Use the redirect template https://github.com/hchiam/learning-redirect to enhance discoverability. Or set up a custom shortcut CLI command)
From scratch
Using yarn:
yarn add
Or with npm:
npm install
And then:
Starting by testing out this repo
Using yarn: (triple-click to select all)
git clone https://github.com/hchiam/learning-template.git && cd learning-template && yarn; # and then ...
Or with npm: (triple-click to select all)
git clone https://github.com/hchiam/learning-template.git && cd learning-template && npm install; # and then ...