A simple sign up/registration form in Angular 2. Used to demonstrate form validation.
To work on this project:
- Run
npm install
inside the project folder to download all the dependencies. This only needs to be done once. - Run
npm run build
to compile the TypeScript code in thesrc
folder into ES5 code into theapp
folder. - Run
npm run serve
to start a local development web server. You can now access the application at localhost:8080.