- you need
- node vesion 20.11.1
- npm version 10.2.4
- create env
- VITE_API_URL=http://localhost:8080
- and run
- npm i
- npm run start
docker build -t email_template .
docker run -p 8080:8080 email_template:latest
NOTE: I add universal code (333333) for live testing ... you can check it out here: https://ww0oggk408co0wc0g0o0wgwo.movencode.dev/
- frontend email validation
- code input state (disabled, bad code) styles
- components tests
- linter, prettier
- polish