Skip to content

Webpack Setup for Practice JavaScript es6

License

Notifications You must be signed in to change notification settings

Md-Maruf-Sarker/es6-setup

 
 

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

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

Webpack Setup for Practice JavaScript es6

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.9%
  • SCSS 22.6%
  • CSS 20.8%
  • HTML 18.7%