A simple form interface application made with Angular.
This project was generated with Angular CLI version 9.0.4.
NodeJS must be installed for the project to work.
- Download and install node (and npm): https://nodejs.org/en/
- Make sure you have an editor (I used VSCode: https://code.visualstudio.com/)
Open a terminal or command prompt inside the project folder, then install the dependencies.
# Follow this command to add the node_modules folder.
$ npm installOpen a terminal or command prompt inside the project folder.
# Follow this command to run the project.
$ npm startThen visit http://localhost:4200/
