Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvalosek/bvalosek.com-old
Personal website (old)
https://github.com/bvalosek/bvalosek.com-old
Last synced: 10 days ago
JSON representation
Personal website (old)
- Host: GitHub
- URL: https://github.com/bvalosek/bvalosek.com-old
- Owner: bvalosek
- Created: 2014-05-22T23:05:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T04:15:33.000Z (over 10 years ago)
- Last Synced: 2024-04-29T21:10:30.984Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 504 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bvalosek.com
My personal site / current experimentation with NodeJS.
## Requirements
* NodeJS
## To run
This will install deps, build the client, and start the server:
```
$ npm install
$ npm start
```## Features
* Express for http server middleware
* Handlebars for server and client view templates
* Billy for application architecture
* Grunt for client-app building
* Browserify for commonJS modules in the browser
* Bower for installing frontend components
* Font Awesome and Roboto for icons / fonts
* LESS for page styles