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!