Gilded Rose Kata

Based on these Gilded Rose Kata requirements

Features

  • React Context
  • React Hooks
  • React Testing Library + Jest
  • Styled Components
  • Framer Motion

NPM Scripts

  • Start develop server: $ npm start
  • Create production build: $ npm run build
  • Start server: $ npm run server
  • Test: $ npm test
  • Run ESLint: $ npm run lint
  • Run webpack-bundle-analyzer: $ npm run analyzer

Boilerplate

create-react-prime is used for easy install:

npx create-react-prime cda-gilded-kata
cd cda-gilded-kata
npm start