Skip to content

Commit 1052cb7

Browse files
committed
Initial server configuration with typescript support and npm commands
0 parents  commit 1052cb7

File tree

5 files changed

+3049
-0
lines changed

5 files changed

+3049
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# dependencies
2+
/node_modules
3+
4+
# production
5+
/build
6+
7+
# misc
8+
.idea

0 commit comments

Comments
 (0)