Add typescript-starter

This commit is contained in:
Shu Uesugi
2020-04-06 19:57:49 -07:00
parent 0f3f964494
commit dda37e0064
16 changed files with 407 additions and 0 deletions

25
typescript-starter/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
.env*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*