# <%= name %>

This repo uses 
- Webpack
- Stylus css
- Nunjucks templates
- Express & BrowserSync for local dev server

## Dev (local)
```bash
npm start
```

Launches a local server with live reload.


## Build (static)
```bash
npm run build
```

Build your static app to the `dist` folder.
