Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hisasann/webpack2-jquery-boilerplate
- Owner: hisasann
- Created: 2017-02-22T13:14:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:21:58.000Z (11 months ago)
- Last Synced: 2024-10-11T23:12:31.207Z (about 1 month ago)
- Topics: jquery, lodash, sass, webpack-dev-server, webpack2, yarn
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)