Awesome
Learning template
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)
<!-- Add reference link(s) here -->From scratch
Using yarn
:
yarn add
Or with npm
:
npm install
And then:
Starting by testing out this repo <!-- Replace "template"s and "# and then ..."s in this section -->
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 ...