mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 00:24:51 -04:00
26 lines
420 B
Markdown
26 lines
420 B
Markdown
# React Email Starter
|
|
|
|
A live preview right in your browser so you don't need to keep sending real emails during development.
|
|
|
|
## Getting Started
|
|
|
|
First, install the dependencies:
|
|
|
|
```sh
|
|
yarn install
|
|
```
|
|
|
|
Then, run the development server:
|
|
|
|
```sh
|
|
yarn dev
|
|
```
|
|
|
|
Open [localhost:3001](http://localhost:3001) with your browser to see the result.
|
|
|
|
[//]: # '## Useful commands'
|
|
[//]: #
|
|
[//]: # '```bash'
|
|
[//]: #
|
|
[//]: # '```'
|