Skip to content

Latest commit

 

History

History
92 lines (75 loc) · 2.63 KB

README.md

File metadata and controls

92 lines (75 loc) · 2.63 KB


🚀 Getting Started

  • Make a fork of the project, clone it and run the following:
npm install
  • Open project:
npm run dev

and open http://localhost:3000 with your browser to see the result.

📜 Contributors:

📁 Project Structure:

    ├── public
    │   ├── fonts
    │   ├── images
    ├── src       
    │   ├── assets
    │   ├── components
    │   ├── pages
    │   ├── services
    │   ├── utils
    │   ├── App.jsx
    │   ├── main.jsx
    ├── .gitignore                     
    ├── index.html                   
    ├── package-lock.json
    ├── package.json
    ├── README.md
    └── vite.config.js

⚙️ Tools:

npm run dev

and open http://localhost:3000 with your browser to see the result.

📜 Contributors:

📁 Project Structure:

    ├── public
    │   ├── fonts
    │   ├── images
    ├── src       
    │   ├── assets
    │   ├── components
    │   ├── pages
    │   ├── services
    │   ├── utils
    │   ├── App.jsx
    │   ├── main.jsx
    ├── .gitignore                     
    ├── index.html                   
    ├── package-lock.json
    ├── package.json
    ├── README.md
    └── vite.config.js

⚙️ Tools: