Multi-page demo built Svelte 3.x and Rollup with code-splitting
The Svelte Demo is a multi-page application built using Svelte 3.x, Rollup, and code-splitting. It comes with various features and is designed for easy development and deployment.
To set up and install the Svelte Demo, follow these steps:
npm install
npm run dev
This will launch a localhost development server on port 5000 by default. You can modify the port by setting the PORT environment variable.
5. To build the project for production, run the following command:
npm run build
The built assets will be available in the public directory.
The Svelte Demo is a feature-rich multi-page application built using Svelte 3.x and Rollup. It offers features such as live-reload dev server, client-side routing, and an easy-to-use module-context preload() helper. It also provides the option to use TypeScript for those who prefer static typing. The installation process is straightforward, and the project can be easily set up and built for production.