Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 623 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 623 Bytes

ToDo List API

Demo

Provides

  • react ^16.x
  • react-router-dom 5.x
  • prop-types 15.x
  • classnames 2.x
  • @material-ui/core 4.x
  • @material-ui/icons 4.x
  • gh-pages 3.x
  • husky 3.x
  • lint-staged 9.x

Development

  • webpack-dev-server 3.x

npm start

Building

  • babel 7.x

npm run build

Code Quality

  • eslint 6.x
  • stylelint 12.x
  • prettier 1.x

npm run lint / npm run lint:styles / npm run format / npm run format:styles

Unit Testing

  • @testing-library/jest-dom 4.x
  • @testing-library/react 9.x
  • @testing-library/user-event 7.x

npm test