hchiam / learning-template

Learning template. Alternatively: https://github.com/hchiam/convenience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning template License: MIT

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 ...

About

Learning template. Alternatively: https://github.com/hchiam/convenience

License:MIT License