Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.82 KB

Dashboards App

App where you can render collapsible cards with data info using Typescript, React, React Testing Library,Cypress and Styled Components.

🚀 Try in live -> Dashboards App

📝 Notion docs

Run your app

  1. cd my-app: Move to your project root directory
  2. npm install: Install all the project dependencies
  3. npm start: Start the development server on localhost:3000

✅ Testing

  • npm run test path-to-test (example path: src/containers/CollapsibleCard.test.tsx)

Unit tests

  • npm run test: Run unit tests with Jest and React Testing Library.
  • npm cypress open: Open e2e tests with Cypress.
  • npm cypress run: Run e2e tests with Cypress.

🔦 Linting

  • npm run lint: Run linter
  • npm run lint:fix: Fix lint issues

🌈 Tech Stack

🔀 Related information

This application was generated using the <⚡⚛️> Vite React Best Practices Template.