Skip to content
Merged

. #2

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
12 changes: 12 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
https://github.com/facebook/create-react-app

>> Create-React-App is a command line interface tool that allows us to quickly
create and run React Applications with no configuration.

>> What that means is we simply run a command and an entire React project is
created for us.

* What is NPX ?
-> NPX is an npm package runner which gets installed when you install Node.
And that is how we're directly able to run, create React App without
having to install it. NPX takes care of that for us.