Skip to content

Commit

Permalink
Added batch file for installing dependencies for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka967 committed Feb 9, 2016
1 parent 365a584 commit 53d9608
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Install Dependencies.bat
@@ -0,0 +1,8 @@
@echo off
npm install
echo.
echo.
echo Successfully installed all dependecies!
echo Please don't touch folder "node-modules".
echo It is the folder where dependecies are installed.
pause >nul

0 comments on commit 53d9608

Please sign in to comment.