Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/designbyadrian/webpack-4-spa-template
Webpack 4 template for simple SPAs
https://github.com/designbyadrian/webpack-4-spa-template
babel eslint eslint-config-airbnb sass webpack-dev-server webpack4
Last synced: 10 days ago
JSON representation
Webpack 4 template for simple SPAs
- Host: GitHub
- URL: https://github.com/designbyadrian/webpack-4-spa-template
- Owner: designbyadrian
- Created: 2018-08-14T20:05:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T17:31:09.000Z (over 6 years ago)
- Last Synced: 2024-11-10T18:48:34.067Z (2 months ago)
- Topics: babel, eslint, eslint-config-airbnb, sass, webpack-dev-server, webpack4
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack 4 SPA template
> with webpack-dev-server, hot reloading, ES6, Babel, eslint, and sass lint
## Setup
`yarn install`
## Configuration
HTML title and keyword settings can be found in:
```
📁 config
∟ 📄 webpack.base.js
```## Development
Run the dev server with hot reloading and all that jazz 🎷
`npm run start`
## Production
Concat and minimise all files into a dist folder:
`npm run build`