react relay graphql starter kit
React-Relay-GraphQL Todo Application
該入門套件是一個基本的項目設置,可用於創建Web應用程序利用關鍵核心技術。
yarn
對於Windows:
npm run update-schema
npm start
對於Linux:
npm run update-schema
npm run start:linux
轉到http:// localhost:8080/查看應用程序。
轉到http:// localhost:8080/graphql以查看GraphIQL。
npm run build
在public目錄中輸出客戶包
在lib目錄中輸出移動的服務器代碼
麻省理工學院