Create React App without command-line tool
Hey guys, Today I'm going to initiate a React project without using create-react-app CLI tool, we are going to use Webpack and babel today ...... yeeee Let's get started.
Steps
Initiate the project using npm
Install react and react-dom
Install Bab...
blog.dilipchandima.com3 min read