Install the OpenSSL on Debian based systems
sudo apt-get install openssl
files: | |
"/etc/nginx/conf.d/01_proxy.conf": | |
mode: "000644" | |
owner: root | |
group: root | |
content: | | |
client_max_body_size 10M; | |
"/etc/nginx/conf.d/02_app_server.conf": | |
mode: "000644" |
Below is the list of modern JS frameworks and almost frameworks – React, Vue, Angular, Ember and others.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls
command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/
is intended for code that can run as-issrc/
is intended for code that needs to be manipulated before it can be used