Simple-Admin-Panel Run the project Install dependencies: npm install Run project: npm start Build for production Run build npm run build Testing Using jest and enzyme Run tests: npm test Linters Using eslint and stylelint Run linters: npm run lint