How to install create .eslintrc and .babelrc file ============================================== //.eslintrc {"extends": "react-app"} ============================================== //.babelrc {"presets": ["react-app"],"plugins": ["transform-decorators-legacy"]} npm install, npm start //Run Test - npm test