Bespoke.js presentation powered by Webpack, featuring:
- Babel for modern JS
- Pug for HTML
- Stylus for CSS
- Webpack Dev Server with live reload
- GitHub Pages deployment script
Setup:
$ npm install
Run a local development server:
$ npm start
$ open http://localhost:8080
Build static assets to dist
:
$ npm run build
Deploy presentation to GitHub Pages:
$ npm run deploy