сайт для создания и настройки квизов. админпанель наших клиентов
Go to file
Nastya 100882bbda Merge branch 'dev' into 'staging'
иф для пользователя 6692e068983ee77f8e1e682e

See merge request frontend/squiz!357
2024-07-13 20:52:33 +00:00
.husky test: 2 2023-12-22 17:06:58 +03:00
.vs feat: support logic 2024-03-11 13:02:16 +03:00
.vscode панель бранчевания 2023-11-29 18:45:15 +03:00
cypress refactor: comments removed 2024-04-26 17:41:36 +03:00
deployments Update docker-compose.yaml 2024-05-31 19:34:06 +00:00
public fix: conflicts resolved 2024-05-17 10:33:10 +03:00
src иф для пользователя 6692e068983ee77f8e1e682e 2024-07-13 23:51:53 +03:00
.dockerignore feat: ci\cd setup 2023-07-01 18:45:44 +03:00
.env -- 2024-02-17 01:00:32 +03:00
.env.development.local переменная теперь одна убраны бесполезные кнопки информации 2024-01-19 17:24:35 +03:00
.env.production.local ci: production preparations 2024-01-30 17:09:56 +03:00
.gitignore переменное окружение, ссылки на доки 2024-01-18 04:56:15 +03:00
.gitlab-ci.yml ci: production preparations 2024-01-30 17:09:56 +03:00
.yarnrc add api request & new stores 2023-11-02 19:45:28 +03:00
craco.config.js refactor: comments removed 2024-04-26 17:41:36 +03:00
cypress.config.ts init cypress 2023-10-17 16:43:31 +03:00
Dockerfile Update Dockerfile 2024-05-31 19:18:17 +00:00
hub.conf feat: ci\cd setup 2023-07-01 18:53:09 +03:00
package.json use many types from squzanswerer package 2024-06-19 23:22:37 +03:00
README.md страничка вопросы, кнопка варианты ответов 2023-03-16 01:56:53 +03:00
tsconfig.extend.json feat: gallery 2024-05-08 17:17:06 +03:00
tsconfig.json feat: view 2023-11-30 20:39:57 +03:00
yarn.lock use many types from squzanswerer package 2024-06-19 23:22:37 +03:00

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.