SoloEscape Client
-
언어 및 프레임워크 : JavaScript, React.js
- Web front library의 대세 React.js.
-
open API : Google Login
- Google API사용으로 개발 프로세스 간소화 / 단순화
-
UI : MDL, react-mdl
- material design을 기본컨셉으로 가져감 / 디자인 프로세스 간소화
(예시) SoloEscape_Web_CLient/ ├── package.json ├── src │ └── views │ └── Main.jsx │ └── Profile.jsx │ └── Login.jsx ├── app.js