To run the Project In the project directory, you can run:
$ cd django-crm-react-ui
$ npm install
$ npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Eslint..
$ npm install -g eslint // to install globally
$ npm run eslint
you will get all syntax errors and warnings go through https://eslint.org/docs/rules/ for eslint rules and https://eslint.org/docs/user-guide/getting-started for configuration
Testing
$ npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Happy Coding :)