You are required to supply your own laptop that meets the below requirements. Chromebooks are not suitable for this course, since you can’t directly control installed software. Many students use Macs. You are responsible for the upkeep and maintenance of your computer throughout the course.
At a minimum, your computer will need:
- A 64-bit Operating System, like macOS, Ubuntu or Windows 10 Pro.
- To be fully up to date, with the latest version of its operating system and all security updates installed.
- At least 50GB of free space on the hard drive.
- At least 8GB of RAM. 16GB RAM strongly preferred.
- To be free of viruses, and in general working order.
- Install
Git
for Windows - Install
Node
for Windows - Follow these steps to
Configure Git
- Install
Visual Studio Code
- Install
ESLint
- Install
Visual Studio Code
extensions
-
- Mac OSX Users have additional setup at the end of the Install Visual Studio Code please proceed to the link to finish set-up.
Mac
after vscode install
- Mac OSX Users have additional setup at the end of the Install Visual Studio Code please proceed to the link to finish set-up.
After completing all of the steps for your computer setup run these commands one at a time and take a screenshoot and submit via canvas.
git --version
node --version
npm --version
code --version
eslint --version
git config --list