Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 443 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 443 Bytes

AngularJS Ajax Test Project

This project is a test project using AngularJS.

You can run a local server and load data in JSON format, and a simple static webpage is built using AngularJS.

How to set up server

  1. Make sure you have Node JS installed. To verify this, open a terminal (macos) or command prompt (windows) window and type node -v
  2. Navigate to the /Server folder in a terminal or command prompt and type node index.js