An open API service indexing awesome lists of open source software.

https://github.com/flauc/udacitymeetupangular2

A project for the Udacity Senior Web Developer Nanodegree.
https://github.com/flauc/udacitymeetupangular2

Last synced: about 1 year ago
JSON representation

A project for the Udacity Senior Web Developer Nanodegree.

Awesome Lists containing this project

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)