Skip to content

Webpack Setup Project for Practice JavaScript ES6

License

Notifications You must be signed in to change notification settings

minhaakter/es6-setup

 
 

Repository files navigation

Features

  • You can easily use scss and es6 code
  • 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/scripts is available
  • For writing scss codes a dedicated folder called src/scss is available

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 start

Start generate css code (watch mood)

npm run compile:scss

Build command for javascript

npm run buildjs

Build command for css

npm run buildcss

Serve Command

npm run serve

If you don't like this setup then follow old-es6-setup directory and if you like this setup then delete the old-es6-setup 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 Project for Practice JavaScript ES6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • SCSS 17.7%
  • HTML 16.6%
  • CSS 16.4%