#100DaysOfCode react專案
Day 1, Dec 12 2019 目前不支援直接用create react app指令來創專案,前面要加個npx 詳見 https://create-react-app.dev/docs/getting-started/ A template was not provided. This is ...
Day 1, Dec 12 2019 目前不支援直接用create react app指令來創專案,前面要加個npx 詳見 https://create-react-app.dev/docs/getting-started/ A template was not provided. This is ...
在用rem的情況下,用font-weight: bold; 跟用font-weight:bolder; 竟然是有差的,而且差別可大了。真神奇…...
進度:3-17 Dec.5.2019 首先看教學說要新增一個資料夾,叫server,還要創一個package.json, 使用npm init -y來創造出package.json檔案。 這個指令就是 npm init –yes 的意思,可以省去按Enter的步驟。 參考閱讀: The ...