Hi I'm Dmitry, and I'm FrontEnd developer. π
This is my webpack boilerplate for some awesome projects πββοΈ
Here we have a project that can running with webpack.
Structure of this project
βββ dist
βββ node_modules
βββ src
βββ js
βββ scss
βββ index.html
βββ webpack
βββ .eslintrc
βββ loaders.js
βββ plugins.js
βββ postcss.config.js
βββ babel.config.js
βββ .gitignore
βββ package.json
βββ README.md
βββ yarn.lock
Here is the plan:
-
Clone this repository into your folder using
git clone https://github.com/DmitryVdovichencko/webpack-boilerplate.git -
In this folder run command
yarn -
Once you've installed all dependencies you can use it!
