An open API service indexing awesome lists of open source software.

https://github.com/netgusto/webpack-frontend-startpack

Start pack for webpack frontend projects, based on Webpack with Babel and controlled by Gulp
https://github.com/netgusto/webpack-frontend-startpack

Last synced: 6 months ago
JSON representation

Start pack for webpack frontend projects, based on Webpack with Babel and controlled by Gulp

Awesome Lists containing this project

README

          

# webpack-frontend-startpack
Start pack for webpack frontend projects, based on Webpack with Babel and controlled by Gulp

```bash
$ git clone https://github.com/netgusto/webpack-frontend-startpack MyProject
$ cd MyProject
$ rm -Rf .git
$ npm install
```