Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.
git is natively installed in linux
windows users can download and install git commandline from here
Follow the given Videos for learning how to make your first PR !!!
git clone Repo_URL
git checkout -b Branch_name
git add .
git commit -m 'Your message'
git push GIT_URL Branch_name
1.Clone the repo
2.Go To Sample React App
3.In Windows Use Windows PowerShell to go to Sample React App directory.
4.Install npm using npm install
5.Run npm start
after installation is complete
NOTE:Use cd :/dirname/"Sample React App" to ignore spaces in terminal.
Name : Deepak Chauhan
GitHub Profile : RoyalEagle73