Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/argyleink/jade-cssnext-babel-webpacked

⚡️ Build a multipage site with Jade and Webpack, where each page is created from a bundle entry file
https://github.com/argyleink/jade-cssnext-babel-webpacked

babel cssnext jade postcss webpack

Last synced: 14 days ago
JSON representation

⚡️ Build a multipage site with Jade and Webpack, where each page is created from a bundle entry file

Awesome Lists containing this project

README

        

### Features
- All of Jade's powers (!Pug)
- Write CSS to spec with CSSNext and PostCSS
- Write Javascript to spec with Babel
- Bundles made per page
- Code splitting common css/js chunks
- ITCSS folder structure
- Copies static assets
- Turbo Crunch included
- Pretty URLs started

#### Get Started
- `npm i`
- `npm start` or `npm run build:dev`