Create a basic React application without using 'create react app command'
To run the project follow the steps :
- install nodejs as described above
- git clone this repository
- cd into the cloned directory
- run "npm install"
- run "npm start"
#That's it. Happy coding