Every now and then many new devs struggle to work on React project setup. Most end up using the CRA based format. This template is a basic starter project that will guide all new Devs to setup a standard React project from scratch
Clone this repository
git clone
Run NPM install to setup node_modules
npm i
Add your components, modules in the /src
and run npm start
to start the local dev server on PORT 9000.