Skip to content

alexbbell/alexeybeliaeffru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aleksei Beliaev personal site

This project was bootstrapped with Create React App. I use this site as a platform for the experiments and the feture creations.

News:

15 April 2024

Added reviews from my ex-colleagues

31 Dcecember 2023

Implemented the multiplication and the division in math for Ian

21 Dcecember 2023

Fixed links in footer, Fixed 'Settings' position for mobile devices

11 October 2023

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)

Available Scripts

In the project directory, you can run:

npm 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.

startHttps

Like the commend 'npm start' but with https

linter

executes linter tests ""linter": "npx eslint src\**\.ts",",

linter-fix

Executes linter and fixes all found problems. Better not to use it

build

Builds the solution for production to the build folder

test

Tests will be executed if they are :)

eject

I never used it, don't really remember why it is

loadapi

This command executes the local backend solution with WebApi ("D:\Projects\AbbContentEditor\AbbContentEditor\bin\Debug\net6.0\AbbContentEditor.exe")

npm run eject

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.