Quick web project scaffolding template. Powered by Webpack & Bulma. Tweak to your heart's content...
Clone the Repo... Required: Node & Npm installed on your system.
// cd into project folder
npm install // install all dependencies
npm run dev // development environment
npm run prod // build for production
- Webpack - Webpack is a module bundler for modern JavaScript applications
- Bulma - A modern CSS framework based on Flexbox
This project is licensed under the MIT License.