Svelte Project Deployment with Pages and Workers
This repository contains a simple Svelte project aimed at helping me learn and practice deploying Svelte applications using Pages and Workers.
Clone the Repository:
git clone https://github.com/Aron-Lomner/practice-svelte-cloudflare-workers.git
Install Dependencies:
cd svelte-pages-workers
npm install
Development Mode: To run the project in development mode, use:
npm run dev
This will start a development server and open the application in your default browser.
Production Build: To build the project for production, use:
npm run build
This will generate optimized production-ready assets.
For more information on deploying Svelte applications with Pages and Workers, refer to the official documentation:
Feel free to explore and modify this project. Happy coding!