Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 353 Bytes

JS-concepts

Repository with examples for theorical concepts in JS

Commands to install libraries

npm init (new package.json and basic configuration) npm i @babel/cli @babel/core @babel/node @babel/preset-env nodemon -D

.babelrc file: to upload babel for ES6/7

npm install --> this will install all dependencies declared in package.json proyect