Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

devinschulz/Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter-Kit

A starter kit for projects

How to get this project working:

  1. Install Node. You can either install Node from its source or if you are using homebrew, run brew install node.

  2. Download all the Node dependencies by running npm install.

  3. Download all required packages by running npm install -g bower then bower install.

  4. Sass is a super awesome preprocessor, so you will be required to have Sass on your machine in order for things to work. If you do not have Ruby installed follow this link, otherwise run bundle install to install the projects dependencies.

  5. LiveReload is used to refresh the browser, please visit how do I install and use the browser extensions for help installing an extension for your browser.

Grunt

Development

During development run the Grunt server by running grunt serve.

Deployment

For deployment run grunt production. Grunt will magically package, concatenate, combine and do some super awesome things for you; then store the package in a dist directory. From there you can upload the dist contents to your webserver and happy time for all!

About

Starter kit for projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published