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
  • 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

  • git clone ssh://git@ucas-stash.lss.emc.com/cuc/emc-ui.git
  • cd emc-ui
  • npm install
  • bower install
  • grunt serve

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

2016 hackathon

Clone this wiki locally