/tudo-app

todo app built with ts, react, nodejs, jest - TDD

Primary LanguageTypeScript

📥 Installation

install the project dependencies:

cd server, then run the following script:

npm install

then to start the server run the following script:

npm start

now cd client, then run the following script:

npm install

to start the client run the following script:

npm run dev

now visit http://localhost:5173/ to see the app running.