alwaz-shahid / node-es6-template

This is an Express js starter template, with minimal setup and ES6 enabled. Needs zero configurations to use Es6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NODE JS + EXPRESS JS + ES6

Hi ๐Ÿ‘‹, I'm Alwaz

I'm a Full Stack developer, doing freelance.

This is an Express js starter template, with minimal setup and ES6 enabled.

Needs zero configrations to use Es6.

Get started

Commands

  • build: This command creates our ES6 codes using babel and dumps the output inside the dist directory (automatically deleted and recreated on every build). The dist directory contains the duplicate files and folder in our base directory. The only difference is that it includes codes transpiled from ES6 to ES5.

  • start: This command starts our node.js application after converting it to ES5 codes inside the dist directory.

  • dev: development- This command starts our application using nodemon(it helps to restart our server automatically when any JavaScript file changes) and converts all ES6 codes in-memory to ES5 using babel-node. You do not want to do this in production. That is why we have the build command for more optimized performance.


Connect with me on LinkedIn

Connect with me on Twitter

Connect with me on Instagram

alwaz-shahid


alwaz-shahid


  • ๐ŸŒฑ Iโ€™m currently learning Astro, Blockchainand and much more

  • ๐Ÿ’ฌ Ask me about React js, Next js, node js, express js, Django, Fastapi, Next Auth, MongoDB, PostgreSql and blockchain (Solidity)

  • ๐Ÿ“ซ How to reach me alwazdev@gmail.com

OR

Connect with me:

alwazshahid https://www.linkedin.com/in/alwaz-shahid alwazdev

Languages and Tools:

amplify appwrite aws azure babel bash blender css3 django docker express figma firebase flask framer gatsby git graphql heroku html5 illustrator javascript kubernetes linux mariadb mongodb mysql nextjs nginx nodejs postgresql postman python react reactnative redis redux selenium sqlite tailwind typescript xd

About

This is an Express js starter template, with minimal setup and ES6 enabled. Needs zero configurations to use Es6.


Languages

Language:JavaScript 100.0%