Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 532 Bytes

Table showcasing the Ghibli movies in React TypeScript (CRUD)

animation

Stack used

  • TypeScript
  • React & React Hooks
  • React Bootstrap
  • Components
  • Context API
  • JSON Server
  • Jest & React Testing Library

Starting the app & scripts

Install dependencies

npm install

Run mocked server

npm run server

Run web server

npm run start

Run tests

npm test

Run format

npm run format