This is a frontend part of the site kirav.ru.
Project uses the following technologies:
-
Frontend: React + Redux, Thunk, TypeScript, Webpack
-
Backend: ASP.NET Core 3.1, Entity Framework
-
Database: PostgreeSQL
-
- current repository
Also you can find Dockerfile.prod in the project. You may use it if you like, it saves a lot of time. This project was prepared with another big project KiravRu_WebApi. There you can find a file docker-compose.yml, nginx.conf and also some useful bash scripts (for Deployment Automation and getting free ssl for your site).
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.
Builds the app for production to the production
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.