https://github.com/soaple/first-met-redux-todo
처음 만난 리덕스 - 미니 프로젝트
https://github.com/soaple/first-met-redux-todo
Last synced: 3 months ago
JSON representation
처음 만난 리덕스 - 미니 프로젝트
- Host: GitHub
- URL: https://github.com/soaple/first-met-redux-todo
- Owner: soaple
- Created: 2023-11-23T07:16:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T07:16:50.000Z (over 2 years ago)
- Last Synced: 2025-10-28T10:55:27.277Z (8 months ago)
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 처음 만난 리덕스 - 미니 프로젝트(TODO 애플리케이션)
웹 애플리케이션을 개발모드로 실행합니다.
```bash
$ npm start
```
이후 [http://localhost:3000](http://localhost:3000)에서 접속 가능합니다.