/ecard-generator

Generate an e-card with a collection of images and quotes/messages and share them with your friends.

Primary LanguageTypeScript

Ecard Generator

Choose a message, an image background, and generate an e-card. You can download and share it too!

Project setup

Download dependencies

Install all dependencies the project requires with this command:

npm install

Compile the project and run it (with hot-reload)

If you want to run the project and see how it looks, execute the following command and go to http://localhost:1234 in the browser:

npm run start

Compile and minify the project

This will generate a build folder called dist.

npm run build

Refer to the official documentation for more configuration options.