Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.73 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.73 KB

webpack logo yarn logosass logopostcss logo babel logo eslint logo

Webpack-boilerplate ✨ 💻 🚀

Hi I'm Dmitry, and I'm FrontEnd developer. 👋

This is my webpack boilerplate for some awesome projects 💁‍♂️

What do we have?

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

How use it?

Here is the plan:

  1. Clone this repository into your folder using git clone https://github.com/DmitryVdovichencko/webpack-boilerplate.git

  2. In this folder run command yarn

  3. Once you've installed all dependencies you can use it!