bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Frontend : Inital downloads and setups for React #118

Closed yigitsarioglu closed 2 years ago

yigitsarioglu commented 2 years ago

React installation requires nodejs installation on the computer. Here is the link React project files need to be installed locally I will also use vscode as the code editor, it will also be installed.

yigitsarioglu commented 2 years ago

Create first React app: 1 .Open a terminal(Windows Command Prompt or PowerShell).

  1. Create a new project folder: mkdir ReactProjects and enter that directory: cd ReactProjects.
  2. Install React using create-react-app, a tool that installs all of the dependencies to build and run a full React.js application
yagmurse commented 2 years ago

I created and run the ReactProjects, also completed installation of necessary tools on my computer.