- Copy the content of root folder to your project folder.
- Run the cmd:
npm install
ornpm i
. - Run the cmd:
npm run start
to run the project. - Run the cmd:
npm run build
to build the project.
- 複製根目錄內容到你的專案資料夾。
- 在 cmd 中輸入指令
npm install
或npm i
。 - 在 cmd 中輸入指令
npm run start
運行網頁。 - 在 cmd 中輸入指令
npm run build
進行編譯。