This is a Node.js (express) REST API server that converts html to pdf or png.
To build and run this app locally you will need Node.js
Install Node.js
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install npm packages
npm i
Create a .env file in root, see .env.example on how to configure it
touch .env
| Npm Script | Description |
|---|---|
start |
Start the application in production mode |
serve |
Start watching the app in development mode |
build |
Run clean then run build tasks |
build:run |
Run build then start the app in development mode |
test |
Coming soon |
watch-test |
Coming soon |
clean |
Deletes dist folder |
Run the application
npm run serve
Coming soon, no tests written at this stage
Deployment script coming soon
- Mathias Rahikainen - Matteeh