Browse Source

add Makefile

Oz Tiram 5 years ago
parent
commit
ac037c6c64
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Makefile

+ 7 - 0
Makefile

@@ -0,0 +1,7 @@
+
+test:
+	npm test
+
+
+run-dev:
+	npm run start:dev