сайт для создания и настройки квизов. админпанель наших клиентов
Go to file
2024-04-25 17:53:43 +03: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 Merge branch 'variable-quiz' into 'main' 2024-01-19 19:45:11 +00:00
deployments Merge branch 'staging' into dev 2024-02-23 16:37:01 +03:00
public мета no-cache 2024-04-24 02:30:39 +03:00
src feat: new design 2024-04-25 17:53:43 +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 страничка вопросы, кнопка варианты ответов 2023-03-16 01:56:53 +03:00
cypress.config.ts init cypress 2023-10-17 16:43:31 +03:00
Dockerfile Merge branch 'dev' into 'staging' 2024-02-16 12:39:11 +03:00
hub.conf feat: ci\cd setup 2023-07-01 18:53:09 +03:00
package.json up squz version 2024-04-17 03:16:21 +03:00
prettierrc chore: prettier 2023-12-22 12:49:55 +03:00
README.md страничка вопросы, кнопка варианты ответов 2023-03-16 01:56:53 +03:00
tsconfig.extend.json анализ условий ветвления (не должно быть одинаковых) 2023-12-26 09:49:57 +03:00
tsconfig.json feat: view 2023-11-30 20:39:57 +03:00
yarn.lock feat: staged 2024-04-17 10:11:02 +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.