/md-bootstrap

MD-Bootstrap is a basic project boilerplate built on webpack, material design bootstrap framework, jquery, babel, jquery, bootstrap and fontawesome.

Primary LanguageCSS

MD-BOOTSTRAP SETUP

MD-BOOTSTRAP Setup is a basic project setup which includes Material Design Bootstrap as main UI framework, wepback, htmlWebPackPlugin, jquery, bootstrap, babel.

Download

Download the repo using the command below:

git clone https://github.com/sireaev/md-bootstrap

Installation

MD-BOOTSTRAP Setup requires Node.js to run.

Install the dependencies and devDependencies and start the server.

cd md-bootstrap
npm install

Development Mode

Start the project in development mode using webpack-dev-server:

cd md-bootstrap
npm start

Production Mode

For production release:

npm run build

The output source code will be available inside md-bootstrap/dist folder.

License

MIT