Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.77 KB

Basejump-Resources.md

File metadata and controls

36 lines (26 loc) · 1.77 KB

The curriculum lead-up to the first Basejump is not very comprehensive. Here are a number of common resources which other campers have found helpful.

Getting Started with Basejumps

APIs

MEAN Stack Tutorials & Videos

Scotch IO Tutorials

Node/Express

Cloud 9 Tricks

Speed up browser reloads
  1. Open gruntfile.js and edit both instances of livereload: true to livereload: false.
  2. Open server/config/express.js and comment out the line app.use(require('connect-livereload')());