Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 509 Bytes

Todo Typescript App

Set Up Instructions

  • Clone this repository.
  • Remove .git folder with rm -rf .git.
  • Run git init.
  • Once inside the directory, install dependencies with npm install.
  • Run the development server with npm start.
  • The application will run on localhost in the browser.
  • Run unit tests with npm test.
  • View coverage report with npm test -- --coverage --watchAll

Technologies Used

  • React
  • Typescript
  • HTML5
  • CSS3
  • Material UI
  • React Testing Library
  • UUID