https://github.com/whatrocks/mez-web
mezcal webapp
https://github.com/whatrocks/mez-web
Last synced: 11 months ago
JSON representation
mezcal webapp
- Host: GitHub
- URL: https://github.com/whatrocks/mez-web
- Owner: whatrocks
- Created: 2018-02-02T03:03:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T22:09:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T20:05:54.769Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://mezcal.io
- Size: 8.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mez-web
A web app to store your friends birthdays and schedule emails to be sent to them on their birthdays.
### Landing page

### Signup Page

### Schedule new email page

## local
run the app
```bash
yarn install
yarn start
```
The app should be running now on `http://localhost:3000/`
Make sure that the backend is running, too!
run tests
```bash
yarn test
```