Translate a JSON object into different languages
Install the dependencies:
npm installCreate an optimised version of the Svelte frontend:
npm run buildRun the Express server:
node index.jsThen, open up the node server by going to localhost:3535.
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 installFirst terminal for running Svelte:
npm run startSeconds terminal for running Express:
node index.jsThen, open up the node server by going to localhost:3535.