Skip to content

Instantly share code, notes, and snippets.

View joshi-kaushal's full-sized avatar
👌
Next, TypeScript, Tailwind

Kaushal Joshi joshi-kaushal

👌
Next, TypeScript, Tailwind
View GitHub Profile
@rahman541
rahman541 / ES6-Setup.md
Last active May 22, 2023 04:04
ES6 Setup with nodemon

ES6 Setup

npm init -y
npm i --save-dev nodemon
npm add babel-preset-env babel-cli

Create a .babelrc config in your project root. Insert the following

{
 "presets": ["env"]