Skip to content

Development Environment System Setup

Jase edited this page Aug 26, 2016 · 16 revisions

#Tools To Install

Slack ( Team Communication )

Dev Shell, use the latest 5.x version)

NodeJS ( Development Shell )

IDEs

Git Desktop ( Source Control )

IDE ( Write Code )

Package Managers / Tools

  • npm (installed as part of Node.js)
  • Ruby - http://rubyinstaller.org/
  • bower - npm install -g bower
  • yeoman - npm install -g yo
  • grunt - npm install -g grunt-cli
  • sass for grunt - npm install -g grunt-sass

Debug tools

Test Run (to make sure you've got everything installed and working correctly)

use git to clone, emc-ui project

hit http://localhost:9000 in Chrome and verify that EMC-UI comes up.

2016 hackathon

Clone this wiki locally