Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-09T03:20:08.000Z (almost 12 years ago)
- Last Synced: 2024-04-09T01:05:23.366Z (7 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 3
- Watchers: 6
- 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.