frontend/README.md

351 B

Publite Frontend

Publite logo

Overview

Frontend for Publite service — E-Books reader

Deploy

Dev environment setup:

npm i

# Run with watch
npm run dev

# Build to test prod
npm run build
npm exec serve -s build