This is a svelte webapp boilerplate, created for learning experiences. It is very much still a work in progress, feel free to contribute and give inputs!
Goals:
Install dependencies
yarn
OR
npm install
To build the client bundle
yarn build:client
OR
npm run build:client
To start the development server for the client app
yarn dev:client
OR
npm run dev:client
To run the SSR server
yarn dev:client
THEN
yarn dev:server
Feel free to create PR.