/react-todo-app

Primary LanguageTypeScript

react-todo-app

This is a project developed in TypeScript and JavaScript, using npm and React. It connects with a backend hosted in another repository.

Backend Connection

This project connects with a backend developed in Spring Boot, which is located in the following repository: crud-spring-boot.

Installation

To install the project dependencies, run the following command:

npm install

Execution

To run the project, use the following command:

    npm start