mdmarufsarker / es6-setup

Practice JavaScript ES6 by following this Template

Home Page:https://www.youtube.com/@maruf_sarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert your es6 code to es5

image image image

Features

  • You can easily compile scss code into css code
  • You can easily compile es6 code into es5 code
  • For writing javascript codes a dedicated folder called src is available
  • For writing scss codes a dedicated folder called src/scss is available
  • All the output can be found on the build folder

Want to use this repository? Follow the instructions

Clone this repository

git clone https://github.com/mdmarufsarker/es6-setup.git

Open the es6-setup directory

cd es6-setup

Install all the npm dependencies

npm i

Start generate es5 code (watch mood)

npm run build-js

Create a new tab and Start generate css code (watch mood)

npm run build-scss

Run JS and SCSS Both using a single command

npm run build

Note that-

you have to write your codes on the src direcotory and you are going to see you compiled js/scss codes in the build directory

  • Subscribe Stack Learner YouTube Channel

  • You can follow me on YouTube for problem solving videos

  • If you face any problem then create a issue with proper information

About

Practice JavaScript ES6 by following this Template

https://www.youtube.com/@maruf_sarker

License:MIT License


Languages

Language:JavaScript 38.1%Language:SCSS 23.6%Language:CSS 21.6%Language:HTML 16.8%