Basic Use of AngularJS
Requirements
- nodejs
Installing Server
git clone https://github.com/daosgc/auto-complete-menu.git
npm install
npm start
Running server
Run npm start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Running tests
Run npm run test