Install nodemon and create-react-app globally using below command:
$ npm i -D nodemon
npm i -g create-react-app
Installation Instructions 🔧 Clone the repo using git clone [email protected]:imranhsayed/react-node-boilerplate.git
npm install
cd client
npm install
cd ..
npm run dev