Webpack 4 boilerplate for googlemap projects without front-end framework.
- webpack4
- googlemap
- jquery
- bootstrap4
- stylelint
- eslint
- es6
git clone https://github.com/explooosion/webpack4-boilerplate-googlemap.git
yarn start # npm start
yarn build # npm run build
Run with eslint and stylelint.
yarn lint # npm run lint
Auto fix with the following command:
yarn stylelint:fix