Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.04 KB

Events

Installation

Project generated with vitejs.

  1. Clone this repository to your local machine.
  2. Run yarn to install the dependencies.

Yarn Scripts

Sometimes vitejs changes the port, to be sure which is your port you can watch in your terminal

Technologies Used

  • React + Typescript
  • Vite.js: Fast and lightweight development tool for web applications.
  • Jest: JavaScript testing framework.
  • Storybook: Tool for developing UI components.

Directory Structure

src
├── assets
├── components
├── elements
├── hooks
├── icons
├── interfaces
├── layouts
├── mocks
├── pages
├── services
└── utils