Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.78 KB

File metadata and controls

39 lines (20 loc) · 1.78 KB

Setup Your Workstation

NodeJS

React development relies on NodeJS. To build a React app you must install NodeJS.

You have several options to install NodeJS. For our purposes, please visit the NodeJS URL below and install the LTS version on your laptop.

https://nodejs.org

Visual Studio Code (VS Code)

For modern web development, you will benefit from a modern "integrated development environment" or IDE.

There are many IDEs, so feel free to choose the one you like.

VS Code is an excellent (free) IDE. This project has been developed using the VS Code IDE.

https://code.visualstudio.com

VS Code Extensions

VS Code allows you to install extensions that enhance the development experience. There is an extensive, searchable marketplace of free extenstions.

This suggested list is optional and you may find other extensions that you would like to add.

  1. Prettier - code formatting. allows you to right click on the code and choose "format document".

  2. ESLint - static code analysis with problem highlighting.

  3. GitGraph - graph of git commits and branches. can perfrom git actions.

  4. GitHub Pull Requests and Issues - review and manage GitHub pull requests and issues in VS Code

Windows Users - Git for Windows

If you will be working with Git and you are running the Microsoft Windows Operating System, you may need to install Git for Windows.

Git for Windows