Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 495 Bytes

ENVIRONMENT SETUP

set up ruby (rvm) and rails

Even if you have it, this worked to update to recent version: gem install rails

set up mySQL

gem install mysql2

set up node (nvm)

If nvm already installed: nvm install stable currently using node v9.11.0 (npm v5.6.0)

set up angular CLI

npm install -g @angular/cli

AUTHORS

Sarah Maas Carrie Edwards Colin Powell

C9 NOTES

To serve Angular app on C9 ng serve --open --host $IP --port $PORT --disable-host-check