1
0
Fork 0
A super simple Typescript starter
 
Go to file Use this template
James Spencer 36d6c7d426
feat: a template is born
2023-10-02 19:50:13 +01:00
.gitignore feat: a template is born 2023-10-02 19:50:13 +01:00
.prettierignore feat: a template is born 2023-10-02 19:50:13 +01:00
.prettierrc.json feat: a template is born 2023-10-02 19:50:13 +01:00
README.md feat: a template is born 2023-10-02 19:50:13 +01:00
bun.lockb feat: a template is born 2023-10-02 19:50:13 +01:00
index.ts feat: a template is born 2023-10-02 19:50:13 +01:00
package.json feat: a template is born 2023-10-02 19:50:13 +01:00
tsconfig.json feat: a template is born 2023-10-02 19:50:13 +01:00
types.d.ts feat: a template is born 2023-10-02 19:50:13 +01:00

README.md

Typescript

A "simple" typescript starter. Uses bun to manage dependencies and run the project, because well, I don't know. Code crimes.

Install

bun install

Run

bun start

Linting

Linting is done with Prettier, my editor is set up to run it on save so I've not added a linting script.