# A remote patient monitoring system
server terminal
and run npm i or npm install
to install all the dependencies and repeat for the client terminal
toonpm init vite
create a new name for this project
select svelte
cd to the new directory
npm install
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
cd vite-svelte
npm install
npm run dev
Navigate to the page shown in the terminal. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
Hello Sulav!