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;- DatePicker : https://reactdatepicker.com/
- Table : https://www.npmjs.com/package/react-table
- DataGrid : https://adazzle.github.io/react-data-grid/
- Tree : https://www.npmjs.com/package/rc-tree
- React Virtualized : https://bvaughn.github.io/react-virtualized/#/components/Grid
- React Virtualized Tree : https://diogofcunha.github.io/react-virtualized-tree/#/examples/basic-tree
- Alert : https://www.npmjs.com/package/react-alert
- React Date : https://github.com/airbnb/react-dates
find : command + f next find : command + g prev find : shift + command + g
display all name : command + t
navigate back : ctrl + - navigate forward : ctrl + shift + -
undo : u redo : ctrl + r
start : nginx stop : nginx -s stop reload : nginx -s reload
config file : /usr/local/etc/nginx/nginx.conf root directory : --prefix=/usr/local/Cellar/nginx/1.15.8/html
- git login
- create new repository
- 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