Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hisasann/webpack2-jquery-boilerplate

Only webpack2 boilerplate with jquery
https://github.com/hisasann/webpack2-jquery-boilerplate

jquery lodash sass webpack-dev-server webpack2 yarn

Last synced: 9 days ago
JSON representation

Only webpack2 boilerplate with jquery

Awesome Lists containing this project

README

        

webpack2-jquery-boilerplate
==========================

> Webpack 2 with Babel, Sass, jQuery and lodash on board

# Requirements

You need node.js and yarn pre-installed and you’re good to go.

* node.js
* yarn

# Install

```bash
$ yarn
```

or

```bash
$ yarn install
```

# Run

Run the local webpack-dev-server with livereload and autocompile on [http://localhost:3000/](http://localhost:3000/)

```bash
$ npm run dev
```

# Deployment

Build the current application

```bash
$ npm run build
```

# Lint

```bash
$ npm run lint
```

## Maintainers

- [hisasann](https://github.com/hisasann)

## License
MIT © [hisasann](https://github.com/hisasann)