Skip to content

Latest commit

 

History

History
41 lines (41 loc) · 1.97 KB

windows_setup.md

File metadata and controls

41 lines (41 loc) · 1.97 KB

Windows TableTop.js Setup Instructions

  • Download GitHub Desktop. This will automatically install GitHub and Git Shell.
  • Go to nodejs.org and download Node.js
  • Run the .msi file to install Node.js ​
  • Restart your PC as you cannot run Node.js without restarting your PC ​
  • Open Git Shell and type “node -v” to check whether Node has been successfully installed ​
  • In Git Shell, type “npm -v” to check whether NPM has been successfully installed
  • Now, download XAMPP.
  • Install Xampp. When you install, uncheck everything as all we need is Apache
  • After installing Xampp, run Xampp Control Panel and click “start” button for Apache.
  • If there is a port problem, change port number to 4433 & 8080 ​
  • Now, go to the TableTopSkeleton
  • Click on “Fork” on the top right of the page. This will create a new repository for you to create your board game.
  • Next find the link on the right side of the page under HTTPS clone URL. Copy this link.
  • Open up Git Shell and move to C:\xampp\htdocs ​
  • Type “cd ..” into Git Shell until you move all the way up to C:\
  • Enter “cd xampp” and “cd htdocs” to get into C:\xampp\htdocs folder
  • enter “git clone” followed by the URL from above that you copied.
  • Type “npm install -g webpack” ​
  • Type “npm install”