Steps to use this Template effectively clone the template to your local machine Make sure you are in the root project directory inside react_redux_template folder remove the package-lock.json file Change the name in line "name": "react_reduxtemplate" in package.json run the following command npm install to download the node_modules folder, which include all the packages included in the package.json file run npm start to see if the react app is working or not run npx eslint "**/*.{js,jsx}" to test eslint package, it should work smoothly run npx stylelint "**/*.{css,scss}" to test stylelint package. You are all set. Now you can use this Template for any react project. You can edit the READMETEMPLATE.md to suit your project Important notes about react projects always add directories into src folder Don't mess with the the index.js file in the main Directory Video explaining Steps Geekyhacksgit