https://github.com/uesteibar/newsletterjs
A newsletter creating and sending app built in angularjs and node-webkit
https://github.com/uesteibar/newsletterjs
Last synced: 2 months ago
JSON representation
A newsletter creating and sending app built in angularjs and node-webkit
- Host: GitHub
- URL: https://github.com/uesteibar/newsletterjs
- Owner: uesteibar
- License: mit
- Created: 2014-11-20T20:00:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T08:01:18.000Z (over 10 years ago)
- Last Synced: 2025-01-11T11:47:52.178Z (4 months ago)
- Language: JavaScript
- Size: 848 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Instructions
1. clone repo
2. 'cd newsletterjs'
3. 'npm install' to install dependencies
4. running 'grunt build' will compile the app for both Windows and Mac OSX##Stack
This project is built using AngularJS + Node-webkit and Bootstrap 3 (flatly theme).
It uses IndexedDB as the local DDBB (implementation can be found at 'indexedDBService.js')