Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewisprescott707/cra-template-tau-todo
TAU ATDD course todo app
https://github.com/lewisprescott707/cra-template-tau-todo
Last synced: 5 days ago
JSON representation
TAU ATDD course todo app
- Host: GitHub
- URL: https://github.com/lewisprescott707/cra-template-tau-todo
- Owner: lewisPrescott707
- Created: 2022-09-27T21:45:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T21:15:06.000Z (about 2 years ago)
- Last Synced: 2024-11-08T16:18:51.401Z (7 days ago)
- Language: HTML
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TAU ATDD Course
create-react-app todo app template## Usage
```sh
npx create-react-app my-app --template cra-template-tau-todo
#or
yarn create react-app my-app --template cra-template-tau-todo
```