Skip to content

Instantly share code, notes, and snippets.

View felipedev1996's full-sized avatar
🏠
Working from home

Felipe Pino felipedev1996

🏠
Working from home
View GitHub Profile
@felipedev1996
felipedev1996 / ._ Node.js Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier.md Setup Javascript / Nodejs Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier

Project Setup

Create a directory and run the following command.

npm init 

For this tutorial, I will be adding an index.js file to the src folder, and this will be our entry point. Our file directory should look like this.