Skip to content

srilekha533/react-crm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-crm-react-ui

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 :)

About

CRM UI developed in reactjs for Django-CRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • CSS 46.1%
  • HTML 2.4%