jefferson-william / front-merge-images-poc

Home Page:front-merge-images-poc-git-master-jefferson-william.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front Merge Images

PoC about merge images via frontend

First

Install deps from project root yarn or npm i

Start development server with:

yarn start:dev or npm run start:dev

It's possible to use a different port by specifying this first like so:

CVA_PORT=9000 yarn start:dev to start with port 9000. Same for npm just include CVA_PORT=9000 at the beginning.

Build for production

yarn build or npm run build

References

About

front-merge-images-poc-git-master-jefferson-william.vercel.app


Languages

Language:JavaScript 80.0%Language:HTML 20.0%