A boilerplate for a typescript project so you could get started with only 3 commands!
The license is there for you to use.
- Have the following things installed:
node
,yarn
,git
,tsc
- Use linux or modify the scripts yourself so that they'd work
git clone https://gitlab.com/Wait_What_/typescript-node-boilerplate.git my-project
cd my-project
yarn
Set the remote repository
git remote set-url origin https://gitlab.com/Wait_What_/my-project.git
Or if you do not want git
rm -rf ./.git
- Set the author name
- Set the repository url (if you want to use git)
If you use vscode, open your project in vscode and hit F5
If you don't use vscode
rm -rf .vscode
This project is licensed under MIT