Typescript boilerplate

This commit is contained in:
2020-03-28 15:29:39 -07:00
parent d50016ffa0
commit 4f98b9a9b9
6 changed files with 46 additions and 0 deletions

3
index.js Normal file
View File

@@ -0,0 +1,3 @@
import { startApp } from "./modules/index.js";
startApp();