Lets start learning ReactJs
Hey all, interested in learning ReactJs? Lets start learning it together then.
PS: This is not a tutorial, for relevant tutorials please visit
- https://www.tutorialspoint.com/reactjs/reactjs_overview.htm
- https://reactjs.org/tutorial/tutorial.html
I took the boiler plate from https://github.com/facebook/create-react-app and run the following commands
npx create-react-app my-app
cd my-app
npm start