https://github.com/domiii/together-web
https://github.com/domiii/together-web
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domiii/together-web
- Owner: Domiii
- Created: 2019-12-02T09:53:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T10:46:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T01:52:46.877Z (10 months ago)
- Language: JavaScript
- Size: 5.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安裝開發環境
1. install vscode
1. on Windows: install chocolatey
1. `choco install git.install --params "/GitAndUnixToolsOnPath"`
1. `choco install nodejs.install`
1. create new "code" folder
1. 用 `cd` 跑到 `code` folder
1. `npx create-react-app MyFirstApp`
1. `npm install`
1. `cd MyFirstApp`
1. `code .`
1. `npm start`
1. `編輯看看~`
1. 多多練習 html, css, react, flexbox
1. 一兩個禮拜後。。。
1. 開始討論開發項目的一些細節~
1. 開始用 github 一起合作
1. 功能設計
1. 介面設計
1. 之類的~
4
# 練習方向
[Khan HTML & CSS](https://www.khanacademy.org/computing/computer-programming/html-css)