All Projects → wix-incubator → Mjml React Example

wix-incubator / Mjml React Example

Licence: mit
mjml-react example project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mjml React Example

Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (+2784.21%)
Mutual labels:  example
Spectre Attack
Example of using revealed "Spectre" exploit (CVE-2017-5753 and CVE-2017-5715)
Stars: ✭ 690 (+3531.58%)
Mutual labels:  example
Awesome Kotlin Android
🔥📱收集利用 Kotlin 进行 Android 开发的开源库,扩展,工具,开源项目,资料等高质量资源
Stars: ✭ 784 (+4026.32%)
Mutual labels:  example
Business Machine Learning
A curated list of practical business machine learning (BML) and business data science (BDS) applications for Accounting, Customer, Employee, Legal, Management and Operations (by @firmai)
Stars: ✭ 575 (+2926.32%)
Mutual labels:  example
Meta Typing
📚 Functions and algorithms implemented purely with TypeScript's type system
Stars: ✭ 628 (+3205.26%)
Mutual labels:  example
Nodebootstrap
NodeBootstrap - generates skeleton project for Node/Express.js with pre-configured best-practices. Kick-start your Node project development with tons of boilerplate taken care of, such as: clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments etc.
Stars: ✭ 707 (+3621.05%)
Mutual labels:  example
Stm32 Bootloader
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
Stars: ✭ 541 (+2747.37%)
Mutual labels:  example
Multiple Nuxt Apps Example
Stars: ✭ 16 (-15.79%)
Mutual labels:  example
React Native Meteor Boilerplate
Stars: ✭ 637 (+3252.63%)
Mutual labels:  example
Eventsourcing.netcore
Examples and Tutorials of Event Sourcing in .NET Core
Stars: ✭ 760 (+3900%)
Mutual labels:  example
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (+3063.16%)
Mutual labels:  example
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+33300%)
Mutual labels:  example
Industry Machine Learning
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
Stars: ✭ 6,077 (+31884.21%)
Mutual labels:  example
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+2863.16%)
Mutual labels:  example
Scala Pet Store
An implementation of the java pet store using FP techniques in scala
Stars: ✭ 812 (+4173.68%)
Mutual labels:  example
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+25952.63%)
Mutual labels:  example
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+151615.79%)
Mutual labels:  example
Example Render Callback
An example of sharing stateful logic across React components using the Render Callback (aka Function as Child) pattern
Stars: ✭ 17 (-10.53%)
Mutual labels:  example
Ansible Skeleton
The skeleton to create new ansible roles.
Stars: ✭ 5 (-73.68%)
Mutual labels:  example
Example.v2
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
Stars: ✭ 722 (+3700%)
Mutual labels:  example

mjml-react example project

The aim of this project is to show usage of mjml and mjml-react inside a node js.

Usage

git clone [email protected]: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/.

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:

npm run build
npm run generate

And you can automate things by sending the generated email to your test inbox:

npm run build
npm run generate | mail -s "$(echo -e "This is a test email\nContent-Type: text/html")" [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].