Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dohly/formbuilderapp
https://github.com/dohly/formbuilderapp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dohly/formbuilderapp
- Owner: dohly
- Created: 2018-10-02T16:44:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T04:36:39.000Z (over 6 years ago)
- Last Synced: 2024-12-03T15:33:55.039Z (2 months ago)
- Language: C#
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FormBuilderApp
* Clone repo
* open solution using VS 2017
* start WebApi project (should be http://localhost:6895/)
* [Run deployed frontend part](https://dohly.github.io/formbuilder-app/)## to build frontend locally just go to FrontendApp directory and
* run npm i
* run ng serve
* open your browser http://localhost:4200