Skip to content

rewriting some of the dynamic functionality of chadmcelligott.com using backbone.js and require.js

Notifications You must be signed in to change notification settings

chadxz/personal-site-rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#personal-site-rewrite

I'm trying to learn some backbone, so I decided to just rewrite the jquery mess on chadmcelligott.com to use backbone instead.

To make development easier, I also decided to try out require.js and gulp. I'm using require.js to structure my code in a more modular fashion, and gulp as a replacement for grunt because I'm not a huge fan of the way gruntfiles are a huge messy configuration file.

###installing dependencies

To install the dependencies needed to build/run the site:

npm install
bower install

###running

To run the site in development mode:

gulp

To run the site in production mode:

gulp serve-dist

Production assets will be placed in app-dist/. To only build the production assets without running the site:

gulp build

About

rewriting some of the dynamic functionality of chadmcelligott.com using backbone.js and require.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published