Skip to content

mdmarufsarker/es6-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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