Coder Social home page Coder Social logo

portfolio's Introduction

Initial Setup

  • Update project name in /README.md
  • Update project name in /package.json

Project Name

Quick Start

  • run npm install && grunt build
  • run grunt watch while developing

Development Notes

A few quick reminders as you are developing.

  • When deleting .scss files make sure to run grunt cleanup or remove the /css/generated/ version of the deleted file
  • Boilerplate contains the Underscore build of Lodash, so all Lodash methods are available when required.
  • Accessibility checklist.
  • HTML5 Elements on MDN

Modernizr

Boilerplate has a custom build of Modernizr that includes the HTML5 shiv and CSS classes. Please update the file as tests are needed instead of loading the whole development version.

This approach will limit the Modernizr tests to only those needed for the project. As a benefit we prevent running every Modernizr test on every page load of the site.

Grunt Tasks

  • grunt or grunt default : builds only newer files with grunt-newer
  • grunt watch : runs the default task above, run this task while developing
  • grunt build : similar to the default task without limiting newer files
  • grunt cleanup : removes all generated files, then runs the build task above

License

GNU General Public License Version 3

portfolio's People

Contributors

tsvensen avatar justinhillsjohnson avatar brandonminch avatar kengoldfarb avatar rtgibbons avatar annayo avatar

Watchers

James Cloos avatar Christine de Carteret avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.