Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/araj-dev/webpack4-boilerplate-static-separated
- Owner: araj-dev
- Created: 2018-12-16T09:35:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T04:43:34.000Z (about 6 years ago)
- Last Synced: 2024-08-04T09:01:35.608Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```