Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 471 Bytes

File metadata and controls

12 lines (10 loc) · 471 Bytes

qBot

Getting Started

  • install NodeJS https://nodejs.org/en/
  • Make sure node and npm are recognized commands on your command line. If not, you'll have to google how to add them to the path.
  • Run npm install -g gulp to install gulp, our build task runner.
  • Run npm install to automatically install all of our dependencies.
  • Run gulp to automatically build and serve the application
  • Go to http://localhost:3003 to use the web app