Skip to content

Instantly share code, notes, and snippets.

@alexortiz201
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexortiz201/c846fd5736721736d102 to your computer and use it in GitHub Desktop.
Save alexortiz201/c846fd5736721736d102 to your computer and use it in GitHub Desktop.
Offline Front End Dev Setup

#Offline FE Dev Set Up

  • Dash App (OSX) -> Offline Docs
  • npm init -> local project
  • npm install --save <WANTED-REPOS>
    • set package.json to latest version
    • npm install -> when conncted to wifi for latest
  • bower install <package> -> for saving bower repos locally
  • Pocket -> saving articles
  • Egghead.io (Premium version)
    • look for video tutorials when online && download in HD
  • cmd line tool youtube-dl brew install youtube-dl
    • google youtube-dl <MP3, MP4, etc...> for steps on ripping
  • json-server npm install -g json-server -> for mocking rest API's
  • git clone <WANTED SITES> -> clone wanted sites if docs don't exist in Dash
    • Serve with local server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment