https://github.com/binarymuse/angular-email-ui
Experimenting with creating a rich email UI using AngularJS
https://github.com/binarymuse/angular-email-ui
Last synced: 22 days ago
JSON representation
Experimenting with creating a rich email UI using AngularJS
- Host: GitHub
- URL: https://github.com/binarymuse/angular-email-ui
- Owner: BinaryMuse
- Created: 2013-02-08T08:15:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-09T03:20:08.000Z (over 12 years ago)
- Last Synced: 2025-03-23T18:58:24.315Z (4 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Messing around with creating a Gmail-like UI using AngularJS. Many design elements unceremoniously stolen from Gmail. This is a learning exercise, and is not intended to turn into an actual product.
Installing
==========With Node.js installed, run `npm install`.
Running
=======With Node.js installed, run `node index.js`. You may choose a port other than 3000 using the `PORT` environment variable.