A decent place to start for web projects using Bower and Grunt.
- Fork this repo.
- Clone the forked repo to your local machine.
cdinto the directory of your cloned repo.- Run
npm install -g grunt-cli bowerto globally install Grunt and Bower. - Run
bower installto install Bower dependencies in thebower_componentsfolder. - Run
npm installto install Grunt dependencies in thenode_modulesfolder. - Run
gruntto generate all the necessary files. - Run
grunt devto start watching for file changes and run a local web server on port 9001http://localhost:9001 - (Optional but recommended) Install LiveReload and the browser extension to see your changes applied live.