Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 627 Bytes

Webapp AQT

REQUIREMENTS

  • NodeJS download
    1. Bower npm install -g bower
    2. Gulp (Optional) - gulp is a toolkit that helps you automate tasks. download
    3. nodemon (Optional) Automatic restarting of application. download

USAGE

  • clone this repository;
  • Inside the project directory, perform the steps:
    1. Use command line npm install to download modules of project.
    2. Use command line bower update to download dependicies of project.
    3. Use command line node app.js to started local server.
    4. Be happy!!