Skip to content

Commit

Permalink
Correct markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hens committed Oct 6, 2023
1 parent 6736685 commit 1fdfbb4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions react/introduction/setting_up_a_react_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,16 @@ When following the steps above, you created your first React app in a new direct
Try it for yourself by following these steps:

1. Create a new GitHub repository and clone it to your local machine. (Recall that we learned this process in the [Git Basics](https://www.theodinproject.com/lessons/foundations-git-basics) lesson.)

2. In the terminal, `cd` into your new repo.

3. Enter the following command:

~~~
npm create vite@latest .
~~~
npm create vite@latest .

4. Notice that the `.` at the end of the command creates a React environment inside the current directory, rather than inside a new directory.

The `.` at the end of the command creates a React environment inside the current directory, rather than inside a new directory.
4. Follow along with the prompts given in the console, and viola! You're now ready to push your React project to GitHub.
5. Follow along with the prompts given in the console, and viola! You're now ready to push your React project to GitHub.

### Assignment

Expand Down

0 comments on commit 1fdfbb4

Please sign in to comment.