Skip to content

Latest commit

 

History

History
 
 

Day11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React 的快樂小夥伴 - Redux 資料管理篇

Quick Start

  1. Copy the content of root folder to your project folder.
  2. Run the cmd: npm install or npm i.
  3. Run the cmd: npm run start to run the project.
  4. Run the cmd: npm run build to build the project.

快速開始

  1. 複製根目錄內容到你的專案資料夾。
  2. 在 cmd 中輸入指令 npm installnpm i
  3. 在 cmd 中輸入指令 npm run start 運行網頁。
  4. 在 cmd 中輸入指令 npm run build 進行編譯。