Skip to content

Instantly share code, notes, and snippets.

@jittagornp
Last active August 29, 2015 14:27
Show Gist options
  • Save jittagornp/69452c13dc513689fdba to your computer and use it in GitHub Desktop.
Save jittagornp/69452c13dc513689fdba to your computer and use it in GitHub Desktop.
setup node.js for project cpone
  1. install node.js download node.js installer (window use .mis) from this url https://nodejs.org/download/

  2. open command line then typed command, for install grunt module

$ npm install -g grunt-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment