Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 303 Bytes

To-Do App

This is a simple To-Do app in React using TDD and react-testing-library just for fun.

Installation

Requirements: node.

install dependencies

$ npm install and that's it.

Development

serve with hot reload at localhost:3000

$ npm start

run tests in watch mdoe

$ npm run test:watch