
# 추후 도전 과제
# git link : imgSlide
# 개발 환경 : HTML5, Sass, Vanilla JS, Snowpack
 - npm 기본 json 설치 : npm init -y
- snowpack basic setting & plugin 
npm i -D snowpacknpm i -D @snowpack/plugin-sass- webpack.config.js
  entry: "./src/js/index.js",
  output : {
    filename : "bundle.js",
    path: path.resolve(__dirname,"./dist"),
    clean: true
  },
  devtool: "source-map",
  mode: "development",