Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaraj7 committed Mar 9, 2022
1 parent 34303fc commit f315d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-example/week-9/eventonica/eventonica-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app.

4. Look at all the code that's now in your App component. Take 2 minutes to point out to yourself where repeated elements might be turned into a reusable component later.

> Note:<br> Remove `.git` folder from your react app before pushing into your git repo.<br>Navigate to your `client` folder in the terminal.<br> Remove the `.git` folder using `rm -rf .git` command. <br>Come out of client folder using `cd ..`. <br>Inside Eventonica directory, initialize Git repository and push all your code to Github.
> Note:<br> Remove `.git` folder from your react app before pushing into your github repo.<br>Navigate to your `client` folder in the terminal.<br> Remove the `.git` folder using `rm -rf .git` command. <br>Come out of client folder using `cd ..`. <br>Inside Eventonica directory, initialize Git repository and push all your code to Github.

0 comments on commit f315d47

Please sign in to comment.