Skip to content
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

docs: keep reference to create react app #397

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions taxonomy-editor-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This is the main user interface developed in React, which works in conjunction w
- [Material-UI](https://mui.com/)
- [iso-639-1](https://www.npmjs.com/package/iso-639-1)

This project was initially setup using [Create React App](https://github.com/facebook/create-react-app), [the documentation](https://create-react-app.dev/) might be useful.


Comment on lines +16 to +18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Note that we should look to move to Vite soon, as create-react-app has been "deprecated" for quite some time (facebook/create-react-app#13072) and library documentation tend to not support the CRA use case

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, you know ;-)

## Setup Dev Environment

See [this guide](../doc/introduction/setup-dev.md) for more information.
Expand Down
Loading