This project is an improved version of the timetable for RS School.
To start with a project, you should first install the required dependencies. Do this by executing the following command in the terminal:
npm install
Once you installed the dependencies, you can proceed with development. To serve the application in development mode, enter the following command:
npm run start
The application should run on port 3000 with hot module replacement enabled.
When you are done with development and ready to publish the application in production – create an optimized build by running the following command in the terminal:
npm run build
Thus, the optimized assets ready to be published to the production server will be created in the build
folder.
Make sure you have installed the following prerequisites on your development machine:
- Node.js
- npm
The project is based on the following technologies:
- TypeScript (https://www.typescriptlang.org/)
- SCSS (https://sass-lang.com/)
- React (https://reactjs.org/)
- Ant Design (https://ant.design/)
- Aleksey Grinko - grinko-rs
- Veronika Gorelova - anksuunamun
- Aliaksei Stelmakh - alexeistel
- Vladislav T - tlmnnk
- Aleksey Safin - frisko-sposad
- Dmitry Kolosovskiy - dmikol
- Ihar Bachkouski - igorok-by
- Thanks to RS School for the opportunity to study and the materials provided!