https://github.com/cosmitar/react-sample-tool
A sample email tool made with React, flux and react-router
https://github.com/cosmitar/react-sample-tool
Last synced: 22 days ago
JSON representation
A sample email tool made with React, flux and react-router
- Host: GitHub
- URL: https://github.com/cosmitar/react-sample-tool
- Owner: Cosmitar
- License: mit
- Created: 2015-11-02T18:27:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T18:53:06.000Z (over 10 years ago)
- Last Synced: 2025-02-25T20:18:09.006Z (over 1 year ago)
- Language: JavaScript
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
#React sample mailing tool
I made this by a customer requirement, using [React](https://github.com/facebook/react), [flux](https://github.com/facebook/flux) and [react-router](https://github.com/rackt/react-router).
The goal is the automatization of a customer service after-sale email.
They can input the destination emails, about 8 addresses, the DropBox URL where assets for customers are stored and an optional text to add in the email.
***the tool has a login page (hacked for this sample).***
***Email template is not included.***
[Try the demo](http://cosmitar.github.io/react-sample-tool/)
##License
MIT
##Try locally
clone this repo
```
npm install
npm start
```
browse ```http://localhost:5000```