Primarily built to be used in conjunction with our App Engine Boilerplate, our frontend boilerplate is a few-steps solution to get started with the frontend structure of your site or app.
Get started by simply running:
$ npm install && bower install
When this is done, you'll already be set for writing some code goodness, but you'll most likely want to uncomment and include one or a few of the libraries listed in scss/main.scss
. For library specific configuration, open up your scss/libs/library-name
and edit away.
Then, you'll be fully ready to start writing some code, so go ahead and run the default gulp task to start a development build and watch task:
$ gulp