Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 652 Bytes

Welcome to Dynamic Forms

This project was generated with DotNet Core 5.0.0^ and Angular CLI version 12.2.7.

AnalizeTasks.docx

View task road-map and application showcase image.

2 Way Run Development server

  1. Angular Server

CD DynamicForms/ClientApp run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

  1. Dot-NET Core Server

CD DynamicForms run dotnet run for a dev server. Navigate to http://localhost:5000/. The app will automatically reload if you change any of the source files.