visual instruction watch example from this channel https://www.youtube.com/watch?v=VZgCn6ukFgE
Materials are in the folder
- install nodejs
- install visual studio code
- create a folder on your desktop
- open visual studio code and open that folder
- open terminal from the top left corner from the 7th column
- type this command in the terminal and wait for the process to finish
npx create-react-app start-up
cd start-up
npm i antd
npm start
now your ready to run your first project.
(optional) install extension:
ES7+ React/Redux/React-Native snippets
Simple React Snippets
Full Code Here for reference https://github.com/vonypeto/seminar-front-end-react