Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 836 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 836 Bytes

Recipe Box

Built with TypeScript + React + Hooks + React Testing Library + react-beautiful-dnd

Development

  1. Run npm install && npm start or yarn && yarn start in the root folder

Tests

  1. Run npm test