Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/araj-dev/webpack4-boilerplate-static-separated


https://github.com/araj-dev/webpack4-boilerplate-static-separated

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Webpack4 separated html/js/css Boilerplate

- webpack4
- *Auto generate* multiple out put html / js / css from directory structure
- ES6 compile
- SASS/SCSS compile
- ejs template engine (easy to add page)

```bash
yarn install
yarn build // build production
yarn start // start HMR dev server (default port: 3000)
```