MD-BOOTSTRAP Setup is a basic project setup which includes Material Design Bootstrap as main UI framework, wepback, htmlWebPackPlugin, jquery, bootstrap, babel.
Download the repo using the command below:
git clone https://github.com/sireaev/md-bootstrapMD-BOOTSTRAP Setup requires Node.js to run.
Install the dependencies and devDependencies and start the server.
cd md-bootstrap
npm installStart the project in development mode using webpack-dev-server:
cd md-bootstrap
npm startFor production release:
npm run buildThe output source code will be available inside md-bootstrap/dist folder.
MIT