Go to file
2024-12-11 21:41:40 +04:00
src fix 2024-12-11 14:26:29 +04:00
.env.example fix problem 2024-12-11 15:16:32 +04:00
.gitignore init commit 2024-10-13 17:50:13 +04:00
eslint.config.js init commit 2024-10-13 17:50:13 +04:00
index.html here we go 2024-10-14 02:27:42 +04:00
package-lock.json add motion 2024-12-11 13:39:57 +04:00
package.json add motion 2024-12-11 13:39:57 +04:00
README.md fix readme 2024-12-11 21:41:40 +04:00
tsconfig.app.json init commit 2024-10-13 17:50:13 +04:00
tsconfig.json init commit 2024-10-13 17:50:13 +04:00
tsconfig.node.json init commit 2024-10-13 17:50:13 +04:00
vite.config.ts init commit 2024-10-13 17:50:13 +04:00

Price-Builder

Frontend часть проекта

Стек проекта

Note

React.js
Vite.js
TypeScript (JavaScript)
Sass (CSS)
Axios

Инструкия по запуску

Important

  1. git clone https://git.is.ulstu.ru/maxnes3/price-builder-frontend.git
  2. переходим в корневую папку проекта
  3. npm install
  4. создать файл .env с содержимым из .env.example
  5. npm run dev

Важная информация

Caution

Для корректной работы приложения должна быть запущена Backend часть проекта
Ссылка на backend: https://git.is.ulstu.ru/aleyckin/price-builder-backend