Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

The source code to my simple personal website.

To build the site, run:

cd app
npm install -g browserify
npm install
browserify app.js -t node-underscorify > ../static/js/app.js

And view the page in your browser.

Understanding the Code

The best way to learn the code is to start at app/app.js and read the documentation comments. The initializer sets everything up, with some boilerplate. You can follow the require() calls to each file to get a better idea of how it works.

The next thing to look at is app/router.js of which the Controller contains most of the logic for displaying regions and setting up minor rendering.

About

My Github page.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages