Skip to content

Instantly share code, notes, and snippets.

@NguyenDa18
Created July 21, 2018 19:24
Show Gist options
  • Select an option

  • Save NguyenDa18/e07bfc4bfffef9ef05685317fb285f59 to your computer and use it in GitHub Desktop.

Select an option

Save NguyenDa18/e07bfc4bfffef9ef05685317fb285f59 to your computer and use it in GitHub Desktop.
QuickStart Cloud9

Cloud9 Quickstart

Reminder: Node is outdated

  • nvm install stable : update to latest Node

Working Angular

  • npm i -g @angular/cli
  • cd app folder
  • ng serve --host 0.0.0.0 --port 8080 --disableHostCheck
  • Preview app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment