Translate a JSON object into different languages
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.
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.