Skip to content

Commit 53d9608

Browse files
committed
Added batch file for installing dependencies for Windows
1 parent 365a584 commit 53d9608

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Install Dependencies.bat

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
npm install
3+
echo.
4+
echo.
5+
echo Successfully installed all dependecies!
6+
echo Please don't touch folder "node-modules".
7+
echo It is the folder where dependecies are installed.
8+
pause >nul

0 commit comments

Comments
 (0)