https://github.com/flauc/udacitycorporatedashboard
A dashboard project built for the Udacity Senior Web Developer Nanodegree. The project uses Angular2 on the frontend and Node on the backend.
https://github.com/flauc/udacitycorporatedashboard
Last synced: 9 months ago
JSON representation
A dashboard project built for the Udacity Senior Web Developer Nanodegree. The project uses Angular2 on the frontend and Node on the backend.
- Host: GitHub
- URL: https://github.com/flauc/udacitycorporatedashboard
- Owner: flauc
- Created: 2016-04-17T09:24:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T20:08:39.000Z (almost 10 years ago)
- Last Synced: 2025-05-14T11:46:46.347Z (about 1 year ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udacity Corporate Dashboard
This project was built for the purpose of completing the Udacity Senior Web Developer Nanodegree. It's built with Angular2 as the frontend freamework.
The application utilizes the ngrx/store and ngrx/router.
## Building the Application
To build for **development** run the following commands in your console:
```cmd
npm install
npm install -g gulp
gulp compile-ts
gulp dev-build
```
You can also run `gulp watch` to automatically compile stylus and ts files when they change.
To build for **production** run the following command `gulp prod-build`