One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| {"lastUpload":"2020-08-19T16:57:25.812Z","extensionVersion":"v3.4.3"} |
| Date-fns | |
| https://date-fns.org | |
| https://github.com/you-dont-need/You-Dont-Need-Momentjs | |
| Webpack | |
| https://habr.com/ru/company/skbkontur/blog/351080/ // !!!! | |
| https://www.excitoninteractive.com/articles/series/1002/webpack4 | |
| https://habr.com/ru/company/jugru/blog/342842/ | |
| https://medium.com/fafnur/сборка-typescript-приложения-с-помощью-webpack-8cd04eba6a8f | |
| https://github.com/webpack-contrib/webpack-bundle-analyzer |
| function mockServerCall () { | |
| return new Promise((resolve, reject) => { | |
| setTimeout(() => { | |
| resolve({ | |
| 'status': 200, | |
| 'content-type': 'application/json', | |
| 'data' : { | |
| dataOfInterest: 42 | |
| } | |
| }) |
| https://medium.freecodecamp.org/how-to-create-a-timeline-component-with-react-1b216f23d3d4 |
| interface IUser | |
| < | |
| TName = string, | |
| TAge = number, | |
| TAlt = string | number | |
| > { | |
| name: TName; | |
| age: TAge; | |
| phone: TAlt; | |
| } |
| https://codepen.io/anon/pen/PVRWqL |
| # mount volume PWD on host to /app in container. | |
| shai@lappy ~/tmp/example-working-docker-compose-environment-vars [master *] ± % cat docker-compose.yml | |
| version: "3" | |
| services: | |
| some_server: | |
| ... | |
| volumes: | |
| - $PWD:/app |
| sudo killall AppleCameraAssistant;sudo killall VDCAssistant |