This is a template to help me create a basic website that will only need HTML, CSS, and JS. It's goal is to reduce time starting a project but also to encourage using babel, SASS, grunt and other helpful tools as well as best practices. I also get tired of tracking down references to all my favorite best practices so a subgoal is to use and reference those here.
- Fork this repo
npm install
git init
To serve pages you can use http-server as this does not have an http server installed currently.
To fascilitate sticking to the SMACSS principlies, SASS files point to the reference material and summarize some of the common rules that it's good to have on hand. These are in SASS comments that don't get compiled.
- Consider adding Pug (formerly 'Jade') for HTML templating.