# udacityMeetUpAngular2 **Repository Path**: mirrors_flauc/udacityMeetUpAngular2 ## Basic Information - **Project Name**: udacityMeetUpAngular2 - **Description**: A project for the Udacity Senior Web Developer Nanodegree. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MeetUp Project With Angular2 This project was built for the purpus of compleating Udacityes Senior Web Developer Nanodegree. It also serves as an example of form validation in the Angular2 framework. ## Run To run the app clone the repository and run: ``` npm install ``` This command compiles the stylus files and transpiles all the ts files: ``` npm run build ``` You can run the application using lite-server: ``` npm run lite ``` ## App Page You can check out the app here [Link](http://flauc.github.io/udacityMeetUpAngular2)