Skip to content

Latest commit

Β 

History

History
28 lines (20 loc) Β· 345 Bytes

js-redux.md

File metadata and controls

28 lines (20 loc) Β· 345 Bytes

μ„€μΉ˜

1. Parcel μ„€μΉ˜

    $ yarn global add parcel-bundler

2. package.json 생성

    $ mkdir vanilla-redux
    $ cd vanilla-redux
    # package.json 파일 생성
    $ yarn init -y

4. 개발용 μ„œλ²„ μ‹€ν–‰

    $ parcel index.html

5. λ¦¬λ•μŠ€ λͺ¨λ“ˆ μ„€μΉ˜

    $ yarn add redux