KO
|
EN
gitlite — search
Search
#python
#python3
#typescript
#ai
#docker
#javascript
#flutter
#website
#deep-learning
#react
#kubernetes
#free
mjml-react-example
★ 51
Open GitHub ↗
mjml-react example project
Download README (.md)
Explore Similar Repositories
bioRxiv-word-template
:
MS Word template for styling a manuscript for a bioRxiv submission
uos
:
Universal Offline Signatures
YoutubeToSpotify
:
A Python script to fetch tracks of music channels on Youtube, find them on Spotify and add them to a playlist
Attendance-Management-System
:
An online attendance portal with individual login facility for teachers as well as students.
podcast-hosts
:
A JSON list of podcast hosts and a pattern to use in audio URLs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mjml-react-example
?
Download (.md)
# mjml-react example project The aim of this project is to show usage of [mjml](https://mjml.io/) and [mjml-react](https://github.com/wix-incubator/mjml-react) inside a node js. ## Usage ```bash git clone git@github.com:wix-incubator/mjml-react-example.git cd mjml-react-example npm install npm start ``` and afterwards just open your browser using the link [http://localhost:3000/](http://localhost:3000/). > The http server will listen and restart upon each change inside src folder. > You just need to refresh a browser window manually. ### Running from command line You can also run and get your email inside console: ```bash npm run build npm run generate ``` And you can automate things by sending the generated email to your test inbox: ```bash npm run build npm run generate | mail -s "$(echo -e "This is a test email\nContent-Type: text/html")" myemail@myprovider.com ```