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.
- Host: GitHub
- URL: https://github.com/flauc/udacitymeetupangular2
- Owner: flauc
- Created: 2016-03-15T20:02:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T16:46:56.000Z (over 10 years ago)
- Last Synced: 2025-02-17T03:17:25.276Z (over 1 year ago)
- Language: HTML
- Size: 15.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)