This project was bootstrapped with Create React App. I use this site as a platform for the experiments and the feture creations.
Added reviews from my ex-colleagues
Implemented the multiplication and the division in math for Ian
Fixed links in footer, Fixed 'Settings' position for mobile devices
Implemented the analog clock component, it is built as a vidget at the Homepage. I don't really know why I did it, but I wanted to.
###16 September 2023 News at first page implemented. News are loaded from WordPress blogs Markimarta.ru and markimarta.com with WordpressNewsLoader (https://github.com/alexbbell/WordpressNewsLoader)
In the project directory, you can run:
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.
Like the commend 'npm start' but with https
executes linter tests ""linter": "npx eslint src\**\.ts",",
Executes linter and fixes all found problems. Better not to use it
Builds the solution for production to the build
folder
Tests will be executed if they are :)
I never used it, don't really remember why it is
This command executes the local backend solution with WebApi ("D:\Projects\AbbContentEditor\AbbContentEditor\bin\Debug\net6.0\AbbContentEditor.exe")
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t 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 you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.