Home - SubZtep/typescript-boilerplate GitHub Wiki
Welcome to the typescript-boilerplate wiki!
Where is README.md? Even this boilerplate for quickstart projects, it is intended to keep your repository up-to-date by merging changes. Having documentation in the project route would cause unnecessary git conflicts.
Quick Setup
-
Create a new repository from this template.
:link:LINK:link:
Leave unticked :black_square_button: Include all branches.
-
Clone project on your local machine.
Consider using GitHub CLI for easy authentication.
-
Open project folder in a terminal.
-
Download packages with your chosen tool.
# Microsoft related... $ npm i # Facebook related... $ yarn
-
(Optional) Check :construction: quickstart tutorial for recommended files to create.
-
(Optional) Keep your repository up-to-date:
# Add remote repository $ git remote add boiler [email protected]:SubZtep/typescript-boilerplate.git # Update from boilerplate (should be a regular command) $ git pull boiler main -X theirs --allow-unrelated-histories
Change
boiler
to anything you want. -
(Optional) Happy coding! :trollface: