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

https://github.com/explooosion/webpack4-boilerplate-google-map

Webpack 4 boilerplate for googlemap projects without front-end framework.
https://github.com/explooosion/webpack4-boilerplate-google-map

boilerplate eslint googlemap no-framework scss stylelint webpack4

Last synced: 2 months ago
JSON representation

Webpack 4 boilerplate for googlemap projects without front-end framework.

Awesome Lists containing this project

README

        

# Webpack4 Boilerplate Googlemap

Webpack 4 boilerplate for googlemap projects without front-end framework.

### This boilerpate includes:

- webpack4
- googlemap
- jquery
- bootstrap4
- stylelint
- eslint
- es6

---

## Installation

```bash
git clone https://github.com/explooosion/webpack4-boilerplate-googlemap.git
```

## Start

```bash
yarn start # npm start
```

## Build

```bash
yarn build # npm run build
```

## Lint

Run with eslint and stylelint.

```bash
yarn lint # npm run lint
```

### Stylelint

Auto fix with the following command:

```bash
yarn stylelint:fix
```

## Credits

- [Ediur/webpack4-boilerplate](https://github.com/Ediur/webpack4-boilerplate)

## License

[MIT](http://opensource.org/licenses/MIT)