Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.18 KB

Build Status dependencies Status devDependencies Status

materialize-css-boilerplate

Boilerplate to get started quickly with materialize-css to build responsive websites with a modern front-end workflow

Requirements

gem install sass
  • Gulp
npm install -g gulp
  • Bower
npm install -g bower

Setup

To setup the project and install all dependencies, run

npm install 
bower install 

To run

gulp watch

Then the browser will automatically open http://localhost:3000

To release

gulp

License

This project is licensed under the MIT License - see the LICENSE file for details