If you Don’t have Node, VSCode installed:
- Download Node.js (latest or lts), install it
- Download VSCode, install it
- Some VSCode Extensions to be installed for easier life (it is not compulsory) :
- CSS Peek
- ES7/React/Redux/GraphQl/React-Native Snippets
- HTML Snippets
- JavaScript ES6 Code Snippets
Now Download the repository In VSCode, open the folder If you see Node Modules, Delete it Open Terminal (Mostly Located on TOP Bar in VScode) Write in terminal:
npm install
This will reinstall node modules
Now write:
npm start
Run it (Press Enter!)