Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`