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-bootstrap
MD-BOOTSTRAP Setup requires Node.js to run.
Install the dependencies and devDependencies and start the server.
cd md-bootstrap
npm install
Start the project in development mode using webpack-dev-server:
cd md-bootstrap
npm start
For production release:
npm run build
The output source code will be available inside md-bootstrap/dist folder.
MIT