An open API service indexing awesome lists of open source software.

https://github.com/domiii/together-web


https://github.com/domiii/together-web

Last synced: 7 months ago
JSON representation

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)