8000 GitHub - swehacker/cheatsheets: Cheat Sheets
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

swehacker/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheat Sheets

Collect all notes in one place using handlebars for templating and json for data.

Project setup

Frameworks used

  • normalize.css for differences between browsers and platforms
  • masonry.js for layout
  • handlebars.js for templating
  • node.js for running the server
  • express for handling the http request and routing

Setup

Install the node dependencies

npm install

Start

Node will use port 9000 by default.

node server.js

If you want it to run in another port you can set an env variable PORT to something else.

PORT=80 node server.js

About

Cheat Sheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0