Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.48 KB

File metadata and controls

67 lines (49 loc) · 1.48 KB

Medical information Mediation Platform

install

yarn add axios classnames immutable moment;
yarn add redux redux-actions react-redux redux-pender;
yarn add open-color include-media;
yarn add query-string@5;

directory

reference

vscode shotcut

find : command + f next find : command + g prev find : shift + command + g

display all name : command + t

navigate back : ctrl + - navigate forward : ctrl + shift + -

vi shorcut

undo : u redo : ctrl + r

nginx

start : nginx stop : nginx -s stop reload : nginx -s reload

configuration

config file : /usr/local/etc/nginx/nginx.conf root directory : --prefix=/usr/local/Cellar/nginx/1.15.8/html

git

  1. git login
  2. create new repository
  3. go to local source directory
git init
git config -global user.name "zoony"
git add .
git commit -m 'first commit'
git remote add origin https://github.com/zoonny/react.git
git push -u origin master
git remote add onm https://github.com/zoonny/react.git
git push -u onm master