Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 393 Bytes

File metadata and controls

13 lines (11 loc) · 393 Bytes

About

This project is an example of how to create a dynamic form app using angular-formly, and serve it via express JS and post the results back to the server via a restful API

Instructions

  1. Clone the repo
  2. cd into /Server
  3. Run npm update
  4. cd into /public
  5. Run npm update
  6. Return to the root of /Server
  7. run node bin/www

The server will be running on port 3000 by default.