- 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
git clone https://github.com/mdmarufsarker/es6-setup.git
cd es6-setup
npm i
npm run build-js
npm run build-scss
npm run build
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