translateToJSON

Translatetojson

Translate a JSON object into different languages. Svelte/NodeJS, uses a Puppeteer based backend for data collection.

translateToJSON

Translate a JSON object into different languages

Running the app

Install the dependencies:

npm install

Create an optimised version of the Svelte frontend:

npm run build

Run the Express server:

node index.js

Then, open up the node server by going to localhost:3535.

Running the app while developing

This does need to be worked on a bit more you can can the Express server and Svelte in live refresh mode if you run to processes in two different windows.

Install the dependencies:

npm install

First terminal for running Svelte:

npm run start

Seconds terminal for running Express:

node index.js

Then, open up the node server by going to localhost:3535.

Top categories

Loading Svelte Themes