Frontend development - nimrody/knowledgebase GitHub Wiki
Typescript
CSS stylesheets
- Sakura theme - Require only bare HTML elements with no classes.
- Tailwind
- Simple Bascss
Charts
Themes
CSS
Service workers (serviceworkers)
Boilerplate / examples
Templates
Reactive Extensions
CSS
React alternatives
Bootstrap
React
-
Alternatives to react router and here and here
Vue.js
D3
Other
React
React forms
Visualisation
Themes
Tools
-
- Especially
ctrl-shift-p
andctrl-o
- Especially
-
Generate PDF with chrome
chromium-browser --headless --disable-gpu --print-to-pdf=output_file_name.pdf file:///path/to/your/html
-
Installing npm modules into home directory
$ cat ~/.npmrc prefix=/home/nimrody/.npm-packages
$ cat ~/.profile export NPM_PACKAGES="$HOME/.npm-packages" export PATH="$NPM_PACKAGES/bin:$PATH" export NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"