test-monaco-languageclient Svelte Themes

Test Monaco Languageclient

Test run monaco editor with python language client in sveltekit

Here are the steps i tried to run the project:

  1. Run the python language server
  • Navigate to back-end folder

  • Install moodules

pnpm i
  • Run server
pnpm start:server:python
  1. Run the front-end
  • Navigate to the frond-end folder

  • Install required modules

pnpm i 
  • Run the front-end
pnpm dev 
  • Open the website at http://localhost:5173/python/client

Top categories

Loading Svelte Themes