Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 1.29 KB

README.md

File metadata and controls

73 lines (47 loc) · 1.29 KB

Template with Vite, React, Ant Design, Router and JIT


chat


Introduction

Here comes the introduction of your project :).


📁 Access to the project

You can download it, or access by the link below to test it out.
Your link here

📼 Installation

  • Dependencie's installation: To install the dependencies of the project, use the command below:
npm install

or, if you do prefer yarn:

yarn

💡 Startup

  • Project startup: To start the project, use the command below:
npm run dev

or, if you do prefer yarn:

yarn dev

🔨 Project requirements & features

  • Requirement 1 Title of the requirement: Here you can talk more about why you decided to add this feature on the project.

✔️ Techniques and technologies

  • Typescript
  • React
  • Tailwind css
  • DDD - Domain Driven Design
  • React Router
  • Vite