-
Notifications
You must be signed in to change notification settings - Fork 17
Vite migration + added header #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аня, дякую дуже за апдейтики)
глянула, полишала коменти невеличкі
ще які думки загальні:
- ми оновили версії react та vite, мінімальна необхідна версія ноди після цього мала піднятися — треба б чекнути і оновити версії в рідмішках в пререквізітах
- іноді форматування коду по файлах трохи неконсістент — хотіла запропонувати пройтися якимось prettier-ом, щоб усе однаково поформатовано було)
fixes according to the comments (except readme)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аня, все супер, дякую! го пофіксимо ше пару місць у рідмішках)
|
||
## Prerequisites | ||
|
||
- [Node.js 6 or later](https://nodejs.org/en/) | ||
- [Node.js 20 or later](https://nodejs.org/en/) | ||
|
||
## Run the project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут є команда npm start, але такої у нас уже нема в проєкті
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
оновила, щоб було start, як і в усіх інших проєктах
This repository contains sample ES6 and TypeScript projects that show how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [React framework](https://react.dev/). | ||
[](https://www.webdatarocks.com?r=rm_react) | ||
|
||
This repository contains sample ES6 and TypeScript projects that show how to integrate [WebDataRocks](https://www.webdatarocks.com?r=rm_react) with the [React framework](https://react.dev/). | ||
|
||
## Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут для es6 та ts однакові вимоги, може змерджимо?
|
||
## Prerequisites | ||
|
||
- [Node.js 8 or later](https://nodejs.org/en/) | ||
- [Node.js 20 or later](https://nodejs.org/en/) | ||
|
||
## Run the project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут теж команди npm start нема
typescript/index.html
Outdated
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>WebDataRocks React TS</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TypeScript повністю написати мо'?
No description provided.