math_magicians
1.0.0
math_magicians
桌面視圖表示 |
---|
[ math_magicians ]是一個數學愛好者的網站。它是一個使用 React.JS 庫創建的單頁應用程式(SPA),允許用戶進行簡單的計算並閱讀隨機的數學相關引用。
(回到頂部)
- Gh 頁面上的現場演示
- 渲染現場演示
(回到頂部)
若要啟動並執行本機副本,請依照下列步驟操作:
為了運行這個項目,您需要:
將此存儲庫克隆到您所需的資料夾:
使用以下命令:
cd your-desired-folder
git clone [email protected]:ab-noori/ math_magicians .git
安裝此項目:
npm react-app .
npm start
使用以下命令在本機系統上運行:
npm run build
npm run deploy
執行以下腳本和樣式測試:
npx eslint "**/*.{js,jsx}"
npx eslint "**/*.{js,jsx}" --fix
npx stylelint "**/*.{css,scss}"
npx stylelint "**/*.{css,scss}" --fix
1-使用以下指令安裝'gh-pages'
:
npm i -D gh-pages
2- 將'homepage'
新增至專案的 jason 檔案:
"homepage": "https://ab-noori.github.oi/math_magicians",
3-將以下腳本新增至專案的 jason 檔案:
"predeploy": "npm run build",
"deploy": "gh-pages -d build "
4-最後運行以下命令:
npm run deploy
(回到頂部)
?阿卜杜勒·阿里·努里
(回到頂部)
歡迎貢獻、問題和功能請求!
請隨時檢查問題頁面。
(回到頂部)
如果您喜歡這個項目,請給它一顆星。
(回到頂部)
我要感謝 Microverse 和我的編碼夥伴。另外,我想讚揚Nerd's lesson
,它的react tutorial
非常有幫助。
(回到頂部)
如何使其適合行動裝置?
網站如何設計?
(回到頂部)
該計畫已獲得麻省理工學院許可。
(回到頂部)